Here we show how powerful if else statements are and can be used to check every case of a variable combination.
Here we show how powerful if else statements are and can be used to check every case of a variable combination.
In this example, I demonstrate how one input can branch and change flow of the program with if statements. This shows a basic celsius to farenheit and viceversa converter program.
This example demonstrates certain exceptions that happen in some arithmetic calculations.