Question: Assignment - 1 Declare 4 variables to store the following 4 values: 8 1 , 9 2 . 4 , ' J ' . What
Assignment
Declare variables to store the following values: What would be the types of those variables? Output the values of all three variables on the console in separate lines.
Declare variables: one of type int and other of type float. Get values from the user and store them in these two variables. Now, divide the float value by the int value and display the result.
Implement temperature convertor: Ask a user to input a temperature value in Celsius. What would be the type for the variable to store user input? Convert this value to Fahrenheit using the following equation. Output the temperature in Fahrenheit.
need help on this question using C computer science coding plz
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
