CJCoding With Joseph

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
๐Ÿ“ฅ Auto-Input:
4 9\n
This input is automatically fed to your program's stdin
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.