Lab 2 - Fun With Scanners!
Due: Wednesday, September 13 at 11:59pm

Introduction

Welcome to Fun With Scanners! We'll be doing some more of the same things we went over in class on Monday, as well as integrating the things we learned about variable declaration and ints last week.

The Assignment

Please write a short class for doing input and output (i/o) from the command line. You should include a link to the Scanner class in the Java API in your code so we know that you know where to find it. You will find it really useful, we promise! You can put it in a comment block /* Like this */ so it won't interfere with your program. You should include your name, section, the date, and the assignment number in the comment block so we know whose code we're looking at. Your program should read two numbers that are typed in on the command line when your program is run, add them, and then print out the sum. It should then ask for your full name separately and then print them all on the same line.

You might find this link useful. To recap: