Write a method called Greeting that displays a personalized greeting given a first name. Answer:
What will be an ideal response?
```
/** method to display a personalized greeting */
public static void greeting(String name)
{
System.out.println("Hello " + name);
}
```
You might also like to view...
If you are using footers, you can set the bottom margins as small as possible.
Answer the following statement true (T) or false (F)
Early bookmarking services failed to survive the so-called ________ implosion of 2000/2001
Fill in the blank(s) with correct word
To select adjacent columns you can click the first column header, press and hold the _________, and click the last header. A. Alt key B. Shift key C. Ctrl key D. Tab key
Fill in the blank(s) with the appropriate word(s).
Which event is triggered any time you enter or update data on a form?
A) After Modification B) After Update C) After Change D) After Enter