Programming and Computer Science in Java:
Quiz #1: Lab Programs 1-3
David Kosbie,
2002-2003
See Course Home Page. Quiz
Date: Fri, Feb 14, 2003
Important note: Quiz difficulty levels will increase with each of
the first few quizzes. That is, this quiz is quite a bit less difficult
than future quizzes in this class.
-
For this quiz, you may use JCreator, and you may download the readInt()
code, but you may not use the computer or the Internet in any other way.
-
At the top of your program, including a comment with the following:
- Your name
- The date (February 14, 2003)
- P&CS
- No name = no grade (that is, “E”)
- Absolutely no talking and no collaborating during the quiz!
Question 1: Write a Java program which reads in 3 integers and
outputs their product.
Good luck!
DK
See Course Home Page.