PDA

View Full Version : Multiple inputs (types) possible?


the_rooster_17
07-03-2009, 05:31 PM
Is it possible to have input for more than one thing? For instance I want to have an input for actual speed, posted speed, place of infraction which will be 1-2-3, and then the choice to run the program again y/n. Right now I have the skeleton of the program which is the loop and a couple variables but don’t know how to implement using multiple inputs from the scanner for like strings and int. Thanks for any help.

Ian

Jimbooo
07-04-2009, 09:04 AM
Are you saying that you need a user interface with a couple of input fields on it? If not? Be a little bit more specific about what you are trying to do.