TGTGInsighttelegram intelligenceLIVE / telegram public index
Innhold
Innholdet i innlegget
// Problem float a, b, orta; cout<<"Enter two numbers: "; cin>>a>>b; orta = (a+b)/2; cout<<"Average of these numbers: "<<orta;
// Problem float a, b, orta; cout<<"Enter two numbers: "; cin>>a>>b; orta = (a+b)/2; cout<<"Average of these numbers: "<<orta;