Question: Assignment 1 Data types and Operators - Assignment 1 Problem Statement Implement a program to find the area of a circle by using the formula

Assignment 1 Data types and Operators - Assignment 1 Problem Statement Implement a program to find the area of a circle by using the formula given below and displa the calculated area. Area pi*radius*radius The value of pi is 3.14. Sample Input and Output Sample Input Expected Output radius=4 50.24 radius=10 314.0 hands-on/lex_auth_01293441233483366419 the Data Types and Operators - Assignment 2 Data types and Operators - Assignment 2 Problem Statement Implement a program to convert temperature from Fahrenheit to Celsius degree by using the formula given below and display the converted value. C = ((F-32)/9)*5 where, C represents temperature in Celsius and F represents temperature in Fahrenheit. Sample Input and Output Sample Input Expected Output 32 0.0 50 10.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
