+1 vote
in Class 11 by kratos

Give an example of clarity of expression.

1 Answer

+6 votes
by kratos
 
Best answer

Suppose we wish to write a program to calculate the area of a circle. We require two variables; radius and area. Instead of writing and to represent the radius and area respectively, we use radius and area to represent themselves. It increases the readability of the program, Similarly, the constant can be written as pi instead of denoting by p.

...