Question: Task 1 (10 Points) Write a JavaScript program that asks the user to enter the weight of a person in kilograms and outputs the equivalent
Task 1 (10 Points)
Write a JavaScript program that asks the user to enter the weight of a person in kilograms and outputs the equivalent weight in pounds. Output both the weights rounded to two decimal places. (Note that 1 kilogram = 2.2 pounds.) Format your output with two decimal places. Sample Input/Output: Input: 45.67 Output: 45.67 Kilogram equivalent to 100.47 pounds.
Task 2 (10 Points)
Write a JavaScript program that asks the user to input the height and the radius of the base of a cylinder in centimeters (cm), and outputs the volume and surface area of the cylinder. Also modify the relevant output statement to format the output to two decimal places.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
