Project: Ask Favorite Number
Print some messages with this Java project.
We'll cover the following...
We'll cover the following...
Ask the user for their favorite number:
If it’s 7, print
"Lucky!"
.If it’s even, print
"Nice and even"
.Otherwise, print
"Interesting choice"
.