AP - Computer Science HelloWorld

Complete the following exercises. Send all answers to me via email . Use complete sentences and proper grammar/spelling in your answers. Where needed insert an image into your document. The subject of the email should be apcs Helloworld. Be sure to keep a copy in your FirstClass account.

Use the Blue Jay interface to write a Java program that prints the words "Hello World" in a creative arrangement similar to the one in the picture:






Use the Blue Jay interface to write a Java program that prints the words "Hello World" in a creative arrangement similar to the one in the picture:
JAVA


Use this format:

public class helloworld
{
       public void print()
       {
           ----- your program here ------
         }
}

 

Grading Rubric