Learn
Before we dive deep into the syntax of the if
statement, let’s do a demo!
Here, we have a coinflip.c program that simulates a coin toss:
- 50% of the time, it’s Heads.
- 50% of the time, it’s Tails.
Instructions
1.
Run the program twice to see an if else
statement in action!
How many times did it go Heads?
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.