In this tutorial we will write many some programs in which we will able to learn how to use variable in our program
Programs that we will write are:
Write a program that will get two values from user and than our program should be able to calculate and print sum, product, division and subtraction of these two numbers.
Write a program that will calcuate Speed, v using equation v = s/t
Write a program that will get two values from user and than our program should be able to calculate and print sum, product, division and subtraction of these two numbers