...

/

Project: Store Personal Info in Java

Project: Store Personal Info in Java

Store your personal information with this Java project.

We'll cover the following...

Create a Java program that does the following:

  1. Stores your height in feet using a double variable.

  2. Stores whether you like pizza using a boolean variable.

  3. Prints a message that includes both pieces of information in one sentence.