Write a Java method that prints the phrase “Five purple people eaters were seen munching Martians”.
What will be an ideal response?
/** void method that prints a phrase */
public void printPhrase()
{
System.out.println("Five purple people eaters were seen munching Martians!");
}
Computer Science & Information Technology
You might also like to view...
197.169.73.63 is an example of a(n) ________
A) packet B) network prefix C) IP address D) domain name
Computer Science & Information Technology
The Access data type that enables you to link to any file on your computer or any Web site on the Internet is called ________
Fill in the blank(s) with correct word
Computer Science & Information Technology