Input, Processing, and Output
Often when talking to, or about, programming you’ll hear the term Input, Processing, and Output. It’s kind of the big three in programming, and how we often work. We get some input, from a file, a user, etc… then we process that information, or data if you prefer, and then we provide some output either…