In this post we'll create a program that determines whether a visitor to our museum is eligible for a discount or not. We'll learn about conditionals in C++ and how our programs can make decisions based on user inputs.
In this post we'll learn to build applications that remember things! We are introducing variables, which help store information in your computer's memory.