Problems on Variables
Here, we practice more programs on variables. In that, we will discuss some of the foremost programs, like
- Adding of two numbers.
- Calculate the Area of a Rectangle(Area=length × width)
- Calculate the Simple Interest (
simple_interest = (principal * rate * time) / 100
) - Calculate the Square and Cube of a Number
- Calculate the Circumference of a Circle( circumference = 2 × 3.14 *radius)