You have already completed these exercises!
Do you want to take them again?
You completed the C++ Structures Exercises from W3Schools.com
Share on:
Drag and drop the correct keyword to define an integer member named age in the structure.
age
struct Person { string name; ;};