Help me solve this problem. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help me solve this problem.

#include<iostream> using namespace std; int main() { int age1,age2,age3; cout << "Enter Age1:"; cin >> age1; cout << "Enter Age2:"; cin>>age2; count<<"Enter Age3:"; cin >> age3; int totalage=age1+age2+age3; cout << "Total age is:" << totalage; }

23rd Apr 2024, 8:45 AM
Archer
Archer - avatar
3 Answers
+ 1
there is cout not count
23rd Apr 2024, 8:55 AM
A͢J
A͢J - avatar
+ 1
Thanks 😊 bro
23rd Apr 2024, 8:59 AM
Archer
Archer - avatar
0
What is the issue here
23rd Apr 2024, 8:54 AM
A͢J
A͢J - avatar