0
CHECK THIS OUT
what should i first thinks about to program if i am a newbie in programming or new to programming? NB: Please like it so that many people will give out their answer, am worried about it. Thank you!
1 Answer
+ 11
when you're learning a new programming language, its always good to learn their version of "hello world". so start there. next, do some simple calculations like assigning a number to a variable and adding or subtracting it. learn how the language does loops, and make an infinite spammer. learn their if statement, and input, so that you can make a very basic text gui, that reacts to the users choice. then figure out arrays, and store info. these are the basics.