Results 21 to 24 of 24
Thread: Loop problems
- 08-16-2011, 04:39 AM #21
- 08-16-2011, 07:14 AM #22
Member
- Join Date
- Dec 2010
- Posts
- 31
- Rep Power
- 0
nahhh the right code above was just a dummy,i was adding up things to see if it works...
i just want to get the thought of it not just the tank program thingy :)
i dont really know how to use scanner,they havent teached us on our institute on how scanner works so im using bufferedreader
- 08-16-2011, 07:07 PM #23
- Join Date
- Jan 2011
- Location
- Richmond, Virginia
- Posts
- 3,069
- Blog Entries
- 3
- Rep Power
- 7
If you don't know how to use a scanner, continue with what you do know. They work very similarly though. I'd be hesitant to just hack code together. Just because it works, doesn't mean it's necessarily a good thing. You should be able to understand what the code is doing and how, rather than just throwing pieces together until it works.
Here is more pseudo-code
Java Code:declare variables for galons, miles, totalGalons, totalMiles loop get input if(input is sentinel) exit loop end if get more input add both inputs to total count print mpg this pass through end loop print mpg total
- 08-16-2011, 07:18 PM #24
Member
- Join Date
- Aug 2011
- Posts
- 95
- Rep Power
- 0
Scanner is nice. I see that a lot of schools are using it. It's a convenient way to get formatted input. But it can have unintended side effects.
I never use it in production.
If the instructor suggests using it, then it's a good thing to use. If the instructor didn't mention it, then it might be better not to use it. But, of course, if you find that it meets your needs, then please feel free.
Similar Threads
-
Problems with While loop execution
By Kevinius in forum New To JavaReplies: 12Last Post: 03-03-2011, 07:35 AM -
Try catch loop problems :'(
By Romally in forum New To JavaReplies: 7Last Post: 11-17-2010, 08:15 PM -
Loop problems
By jim01 in forum New To JavaReplies: 3Last Post: 10-18-2010, 12:49 AM -
Newbie having problems with for loop
By Dannii in forum New To JavaReplies: 4Last Post: 04-13-2009, 11:52 PM -
Problems with while loop
By Albert in forum New To JavaReplies: 2Last Post: 07-04-2007, 07:19 AM


10Likes
LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks