find errors in the programme
int main()
{
int num, auto
cout>> “ Enter two numbers”
cin>>num<
float area= length * breadth;
}
Answers
Answered by
0
Answer:
1) ; missing at the end of the line 3, 4 and 5
2) Extra < at end of cin>>num.
Answered by
0
Answer:
1. int num, auto ke baad semi colon aayega
2. where is printf and scanf? which is too important.
Similar questions