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...

Select all that apply. Which of the following tasks may be performed by a procedure?

a. reading a file b. getting input c. summing up numbers d. displaying output

Computer Science & Information Technology

Which of the following statements is false?

a. Computers can perform calculations and make logical decisions phenomenally faster than human beings can. b. Computers process data under the control of sequences of instructions called computer programs (or simply programs). c. A computer consists of various physical devices referred to as hardware (such as the keyboard, screen, mouse, solid-state disks, hard disks, memory, d. Computing costs are rising dramatically, due to the increasing complexity of hardware and software technologies

Computer Science & Information Technology

If you want to share an Access report with someone who does not have Microsoft Office, you can export the report as a(n) ________ file

A) XLXS B) DOC C) DOCX D) PDF

Computer Science & Information Technology

State public disclosure laws apply to state records, but FOIA allows citizens to request copies of public documents created by federal agencies.?

Answer the following statement true (T) or false (F)

Computer Science & Information Technology