struct example { int x; double y; };
struct person { int age; double cash; }; person bob; bob.age = 37; bob.cash = 20.34;