Question: Assignment - 1 Declare 4 variables to store the following 4 values: 8 1 , 9 2 . 4 , ' J ' . What

Assignment -1
Declare 4 variables to store the following 4 values: 81,92.4,'J'. What would be the types of those variables? Output the values of all three variables on the console in separate lines.
Declare 2 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.
F=C*95+32 need help on this question using C++ computer science coding plz !!!
 Assignment -1 Declare 4 variables to store the following 4 values:

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!