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:
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.
Get hands-on with 1400+ tech skills courses.