What is the first thing you learned in programming? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 6

What is the first thing you learned in programming?

14th May 2017, 8:03 PM
Jérémie Agossouvi
Jérémie Agossouvi - avatar
5 Answers
+ 7
Me : The first thing i learned is how to print a message on screen. C : printf("SoloLearn"); C++ : Cout <<"SoloLearn"<<endl; HTML : <p>SoloLearn</p> JavaScript : alert("SoloLearn"); Java: System.out.print("SoloLearn"); Pascal : Print("SoloLearn"); .....
14th May 2017, 8:07 PM
Jérémie Agossouvi
Jérémie Agossouvi - avatar
+ 13
I have always started with "Hello World" program.
1st Jun 2017, 6:54 PM
A$APcode
A$APcode - avatar
+ 5
the first thing i did was how to write code that made the compiler print "syntax error" 😆
14th May 2017, 11:41 PM
ifl
ifl - avatar
+ 5
My first program was a simple animation, drawn using lines, rectangles, circles, for loops..if..else statements and arrays. And it was written in qBasic. Thanks to my uncle who showed me these first steps and inspired me very much.
5th Jun 2017, 5:50 AM
Aibek T.
Aibek T. - avatar
+ 4
Console.WriteLine("Hello World");
14th May 2017, 8:15 PM
Poszukiwany
Poszukiwany - avatar