Project: Store Personal Info in Java
Store your personal information with this Java project.
We'll cover the following...
We'll cover the following...
Create a Java program that does the following:
Stores your height in feet using a
double
variable.Stores whether you like pizza using a
boolean
variable.Prints a message that includes both pieces of information in one sentence.