View
 

Lab 2: Making Labels

Page history last edited by Mr. Kretsch 8 months ago

Lab 2: Making Labels Name: __________________

Quiz:

Declare a variable of the appropriate type fore the following data:

Car make: ______________________

 

Estimated MPG _________________

 

Number of passengers: ___________

 

Weight: ________________________

 

Has ABS: ______________________

 

Objective: Input

Getting Started

  1. Open the Faces in “R:\AP Java\2009-2010\<your id>\Faces

  2. Open the Faces class in the editor

Assignment

  1. At the beginning of the main method add code that ask the user for the boy’s decimal GPA and reads the value into a double variable

  2. Add code that ask the user for the girl’s name and reads the value into a String variable

  3. Add code that ask the user for the old man’s age and reads the value into an integer variable

  4. Print the appropriate value centered beneath each face.

Wrap-up

  1. Print these instructions, complete the quiz, and hand-in

Comments (0)

You don't have permission to comment on this page.