-3

I am fairly new to programming and I am stuck with a problem.

I want to write a small calculator program that does nothing more than reading to numbers from the command prompt and adds them together.

My problem now is, how do I get the numbers typed by the users?

Thank you :)

1 Answers1

0

read documentation for java.util.Scanner

albert_nil
  • 1,518
  • 4
  • 8