Shank Ragz

Greenhorn
+ Follow
since Jul 09, 2008
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Shank Ragz

Originally posted by Bill Shirley:
avoid arrays (when possible, or until you know more)

Java Collections Framework Introduction



Wish i had the opportunity to use arrayList and more but am restricted to use only single, double n' multidimentional arrays mate...
15 years ago

Originally posted by Campbell Ritchie:
Difficult to be certain, but it sounds more as if you need three objects of the same class for your menus, each with a different array of products in.



yeah man...but i need to finish it in time....only using arrays....
15 years ago

Originally posted by Amit Ghorpade:
Hi Shank Ragz welcome to Javaranch


You dont call classes, you call methods belonging to them. And you can call them.

And please UseRealWords menu n' put n', thnx are not real words.

And please take some time to read the ask good questions link below.



Hope this helps .



well brother, i dont'know about the real questions but the forum is all about Java and guess am asking the damn real questions in a very damn correct manner and forum...

anywayz, thanks for asking me to spend more time in typing than thinking about the subject

Cheers....
15 years ago
Hi all,

iam new to java....I just thought if i can create a shopping cart using java arrays.

i want to make it such a way that i should have three options in menu n' three more in sub menu's of each item....for every choice selected it should prompt me with the do you want to go back to the previous menu or want to exit...how to make this happen...

can i make three calsses for each menu n' put the functionality of these three in those classes..?? is it possible to call three calsses when ever a call is made to them..??

please suggest me on this....

waiting for your suggestions...

thnx in advance
15 years ago
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....

15 years ago