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 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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

18th Sep 2016, 2:03 PM
Krishna Vashista
Krishna Vashista - avatar
4 Answers
+ 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.
18th Sep 2016, 2:05 PM
Shahid Islam
Shahid Islam - avatar
0
its OK but how do I select with Ctrl+a on phone???
18th Sep 2016, 2:18 PM
Krishna Vashista
Krishna Vashista - avatar
0
#include <iostream> using namespace std; int main() { int i; for(i=1;i<=6;i+=3) { cout<<i; } return 0; }
18th Sep 2016, 2:22 PM
Krishna Vashista
Krishna Vashista - avatar
0
can u tell me the output??
18th Sep 2016, 2:22 PM
Krishna Vashista
Krishna Vashista - avatar