0
hello guys need help I m struggling to find out output of a program also I m new here I don't know ho do I paste my code here pls help
4 ответов
+ 1
It's very simple dude.
Copy your code and paste in the Question bar.
CTRL + A = Select All Code
CTRL + C = Copy Code
CTRL + V = Paste in question post.
0
its OK but how do I select with Ctrl+a on phone???
0
#include <iostream>
using namespace std;
int main() {
int i;
for(i=1;i<=6;i+=3)
{
cout<<i;
}
return 0;
}
0
can u tell me the output??