+ 3
can you find the error
#include <iostream> using namespace std; { int a=10; do{ cout<<a<<endl; a++; }while(a<99); }
7 Answers
+ 3
Kiibo Ghayal why are you insisting a coder to save his code in the code playground and link it here?
Didn't know that he is making his decision right?
He was giving his statement directly to the point.
+ 2
Yes I can see the error , Dr Banner Bruce
There is no main() in ur program
+ 1
roger that ur correct
+ 1
main() and return 0 are not declared.
+ 1
Compiler is also available in solo u can use and compile it .