โ Back to Methods
Question 136
Greeting Method (void)
Greeting Method (void)
Complete the static method Greet so it PRINTS 'Hello, [name]!' on its own line. It returns nothing (void). Do NOT write a Main method.
For Greet("Sam") the program prints 'Hello, Sam!'.Expected Output:
Hello, Sam!
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cw, cr, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.