Variable and Constant Declaration (2 Marks)
A program needs to calculate the area of a rectangle. Write the statements required to declare a variable to store the width and a constant to hold the maximum allowed area, which is 2500.
Variable and Constant Declaration (2 Marks) Read More »