Program 1, Joking About.

Short Description:

Write a program that will print four different jokes.

Goals

When you finish this homework, you should have:

Formal Description

Please write a program that will print four different jokes. Each joke should be numbered with the answer presented on the next line, indented by a tab. There should be a blank line between each of the jokes.

I have not done this in the notes yet, but you can print a tab with the \t character

System.out.println("\tA line starting with a tab");

Please put a comment with identifying information at the top of the code.

Please write an algorithm and put it in a comment before your code.

Please put at least one additional comment in your code.

Required Files

One Java source code file.

Submission

Submit the assignment to the D2L folder Program 1 by the due date.