Question: 6. Write a java application to take input of length from the user and computes the area and perimeter of the square. (Hint: area =
6. Write a java application to take input of length from the user and computes the area and perimeter of the square. (Hint: area = L * L and perimeter = 4 * L)
7. Write a java application to take input of temperature from the user and converts the temperature from Celsius to Fahrenheit and vice versa (Hint: F = 1.8 * C + 32)
8. Write a java application to take input of base and height of the triangle from user and compute the area of the triangle. (Hint: area = 1 / 2 * base * height)
please show the full code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
