Checking Leap Year
Checking Leap Year! A simple code to check whether the given year is leap year or not.Welcome to the code! Here’s a simple code to check whether the given year…
Checking Leap Year! A simple code to check whether the given year is leap year or not.Welcome to the code! Here’s a simple code to check whether the given year…
Swapping Two Variables A code to swap two variables given by the user.Welcome to the code! Here’s a simple code to swap two variables for all the beginners to start…
Solving a Quadratic Equation A code to find the roots of a quadratic equation.Welcome to the code! Wanna solve your math problem on the quadratic equation? Here’s a code to…
Converting Kilometers to Miles and Miles to Kilometers A code to convert Kilometers to Miles and vice versa.Welcome to the code! This code helps the beginners to use a while…
Temperature Conversion A code to convert Celsius to Fahrenheit and vice versa.Welcome to the code! This code helps the beginners to use a while loop to convert Celsius to Fahrenheit…
Simple Calculator using functions A code to add, subtract, multiply and divide multiple numbers at once using functions.Welcome to the code! You will be able to add, subtract, multiply, and…