Challenges
Printing Personalized Hello
Create a program that prints out a message to the user saying hello and stating your name.
For example:
Fix the Syntax Errors
Fix the syntax errors in the following applications. Take note of the different error messages given by NetBeans.
Application 1
Application 2
Application 3
Application 4
Application 5
Personal Details
Create an application that prints out some personal information about yourself, like for example:
your name
your age
your height
your weight
the color of your eyes
...
Try to concatenate strings with actual numbers like for example:
Escape Characters
Try to output the information below using Java. Make sure to use escape characters to create extra new lines, tabs and such.
Last updated