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; }
3 Answers
+ 3
there is cout not count
+ 2
What is the issue here
+ 1
Thanks đ bro