i want to run a menu driven programme. and i will be using switch statement for it. when i am running it from command line, how can i get the user input. ps
[170 byte] By [pallavisa] at [2007-11-26 18:59:53]
> i want to run a menu driven programme. and i will be> using switch statement for it. when i am running it> from command line, how can i get the user input. > psTake a look at the Scanner class.Kaj