Task 2: use repetition structure to write a program that asks the user to enter temperature in Celsius until 0 is entere
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Task 2: use repetition structure to write a program that asks the user to enter temperature in Celsius until 0 is entere
Task 2: use repetition structure to write a program that asks the user to enter temperature in Celsius until 0 is entered. Then the program should display the temperature in Celsius and its conversion to Fahrenheit and the number of times the temperature has been entered.
Task 2: Write a C statements to accomplish the followings: 1. Define a 3 x 2 Array 2. Initializing the above Array 3. Access the element of the above array and Initialize them (element by element). 4. Setting the Elements in One Row to -2. 5. Averaging the Elements in the Array.