โ Back to Structs
Question 140
Function Returns a Struct
Function Returns a Struct
Complete the function makePoint so it builds and returns a Point from the two values it receives. The main function calls it and prints the point. For input values 4 and 9 the program prints: 4 9
Expected Output:
4 9
Topics:
Structs
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (p, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.