What was the first line of code you wrote in your life? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

What was the first line of code you wrote in your life?

In which programming langage did you write the first line of code in your life?How did you feel?What was the code doing? For me it was visual basic 6.0 and the code was: DIM nombre1,nombre2,somme as INTEGER nombre1=val(Text1.Text) nombre2=val (Text2.Text) somme=nombre1+nombre2 Text3.Text=somme I felt like i was flying like superman un the Sky controlling the World. The purpose of the program was to calculate the sum of two sum input in the GUI form. Talk about yours :D

17th Dec 2017, 10:03 PM
LISANGOLA BONDJALI CHRISTIAN
LISANGOLA BONDJALI CHRISTIAN - avatar
4 Answers
+ 7
The first line of code I ever wrote: print ('hello world!') The code: https://code.sololearn.com/c60O3iA8nRUG/?ref=app
17th Dec 2017, 10:42 PM
Learnsolo
+ 1
perhaps some vba for excel lol
18th Dec 2017, 1:58 AM
manny
0
It was in pascal declaring some variable :)
17th Dec 2017, 11:41 PM
Dima Makieiev
Dima Makieiev - avatar
- 1
cout<<"Hello World!"; C++ in Visual Studio 2015. Very very complex code.
17th Dec 2017, 10:27 PM
Zackary Lee
Zackary Lee - avatar