Introduction
Structs help group related data together. Creating struct values lets you store and use this grouped data easily.
When you want to represent a real-world object like a person or a car with multiple details.
When you need to pass multiple related values together in your program.
When you want to organize data clearly for easier reading and maintenance.