Homework 01

Collecting Information

09/11/2017 at 11:55pm

 

Objective:

 

Write a program that prompts the user for important information, and then prints that information to the console.  The information that should be collected includes:

 

 

 

Example Dialog:

 

Welcome to the super important information collection system 2600.

Enter your name

Bob

Enter your age

28

Enter your height (in meters)

1.68

Enter your blood type

O+

Are you a cat person? True or False

true

Are you a dog person? True or False

true

Are you a reptilian shape shifter? True or False

false

How much gold do you have buried on your property? In kilograms

4.5

 

Name: Bob

Age: 28 years old

Height: 1.68m

Blood Type: O+

Cat Person: true

Dog person: true

Reptilian Shape Shifter: false

Amount of gold buried on land: 4.5kg

 

Finally:

Upload the .java file to the dropbox