+ 1
Find the mistake!!!
#include <iostream> using namespace std; int main() { cout<< "Hi.I am Sadia :) "; return0; } is there any mistake??đ what will be the output?
6 Answers
+ 3
return0
+ 2
yeah đ
+ 2
actually in solo learn app,we don't have to think about it.but while practising in pc,I found that I had made this mistake.that's the reason I'm sharing this post đ
+ 1
Your code works. https://code.sololearn.com/cwhfX9R6WTi7/?ref=app
+ 1
nope.I made a little change here.