Hello im new to programing and have been through numerous tutorials books and other sources, and they tell me what is going on and what things are happening. I can get through a whole section on something but not still not have any idea how to write the code? Am i misssing something??
3. Start writing some super basic exercises:
a. Print "Hello World" in the console
b. get two numbers and output the sum of those two numbers
c. make a Celsius to Fahrenheit converter
d. list all of the prime numbers less than 100
e. list all of the prime numbers between two inputs
4. Ask for help when you need it here and look up other simple exercises.
As you get better, the exercises will get more complicated.