#include struct human { float height; int weight; }one; int main() { human two; one.height=170.5; one.weight=50; two.height=165.7; two.weight=40; cout<