| Author |
Switch Prog. ,Now In Arrays..???
|
Shank Ragz
Greenhorn
Joined: Jul 09, 2008
Posts: 5
|
|
Hi experts, can you please help me in this program... this program is to display the menu card and lets the user select the options he wants....it also calculates how much the total transaction is, but my doubt is....can i write the same program using arrays...am trying this program only in java console....and also no applets also...just Arrays....please help me with the code... Code Using Switch Cases....
|
 |
Jesper de Jong
Java Cowboy
Bartender
Joined: Aug 16, 2005
Posts: 12928
|
|
Welcome to JavaRanch. Sure you can write the program using arrays. If you don't know how arrays work in Java, then have a look at the Arrays lesson in Sun's Java Tutorial. The program above is not an applet, it's a standalone program. So there's nothing with applets there that you'll have to remove.
|
Java Beginners FAQ - JavaRanch SCJP FAQ - The Java Tutorial - Java SE 7 API documentation
Scala Notes - My blog about Scala
|
 |
 |
|
|
subject: Switch Prog. ,Now In Arrays..???
|
|
|