Questions tagged [console-input]

Console-input is related to inputting data through the console, or command-line, instead of a GUI.

Console is currently the most basic application interface, commonly used for small applications, for which GUI is unnecessary. Often an output from another application can be redirected to a console input of another application - see Pipeline.

46 questions
-4
votes
1 answer

Create random generator to make and count odd even pairs of numbers

I'm really, really stuck and confused. I've net searched several times, and can't find anything that helps me with this precise homework problem. Involved: Java, while loops, randomly generating numbers, and scanner console input. We have to finish…
Ennesby
  • 1
  • 3
1 2 3
4