// editor2
#include<iostream>
using namespace std;
int main()
{
    int age=20;
    float height=50.8;
    cout<<"age:"<<age<<"years"<<endl;
    cout<<"height:"<<height<<
}