LAB QUESTIONS-1st Submission
LAB QUESTIONS-1st Submission
1. WAP to read two numbers, add them and display their sum
2. WAP to read the radius of a circle, calculate its area and display it
3. Evaluate the arithmetic expression ((a -b / c * d + e) * (f +g)) and display its solution.
Read the values of the variables from the user through console.
4. WAP to find the area of a triangle when sides a,b and c are entered by the user.