View Single Post
  #3  
Old February 9th, 2018, 11:36 AM
Robber's Avatar
Robber Robber is offline
Promising Cartographer
 
Join Date: August 2, 2010
Location: USA - MD - Baltimore
Posts: 1,696
Images: 14
Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness Robber wears ripped pants of awesomeness
Re: Introductory Programming Lessons

Quote:
Originally Posted by L0B5T3R View Post
What exactly is programming?
Computer programming is how you make a computer do something. It's also called coding. Most programs are a list of instructions that the computer executes, one after another. For example, a simple program might:

Take two numbers as input from the user
Add the two numbers together
Print the sum back out to the user

There's obviously a lot more interesting stuff that you can make a computer do. To me, programming feels like doing a puzzle. There's a lot of problem solving involved, and the challenge is part of the fun!
Reply With Quote