CJCoding With Joseph

Modify a Struct Field

A Score struct with an int field points is defined and starts at 10. Add 5 to its points, then print the new value.

Expected output:
15

Expected Output:

15
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.