0
How would you impliment a coding language into a program
I am 15 years old and i do not know how to code in any language, i have never been in any coding class and im wondering how a code would work if you were gonna put it into a program
3 Answers
+ 4
This should give you an idea
//THE CODE THAT YOU WROTE
-ask the human to input a number
-take his number and store it as Number1
-ask the human to input another number
-store his second number as Number2
-now add Number1 and Number2 together
-show the human the result
//THE PROGRAM FROM THE CODE
-it will be a program that adds two numbers together
+ 1
Computer would read it like a human but in their own languages from top >> bottom. Logically thinking and Curiosity would be helpful I think. Once you learn how to make a program or understand a programming language you will now more :D
+ 1
Thanks Gavin christians that actually makes sense