โ Back to Functions
Question 399
Void Function to Greet
Void Function to Greet
Write avoidfunction namedgreetthat takes no parameters and prints exactly this line: Hello, welcome! Callgreet()frommain. Avoidfunction returns nothing; it just does its work.
Expected Output:
Hello, welcome!
Topics:
Functions
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (cout, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.