Question: -Using C# Write a program that reads the quantity of an item and the unit price of the item from the user, then calculate and
-Using C# Write a program that reads the quantity of an item and the unit price of the item from the user, then calculate and display the subtotal, tax (at 9%), and total.
-Request 3 integer values, display the middle value.
-Write code to get three values from user, then determine and display the smallest one.
-The freezing point of Ethyl Alcohol is -173 and the boiling point is 172, write code to request the ethyl alcohol temperature (Fahrenheit) from user then display whether the temperature is at or below freezing, at or above boiling, or somewhere in-between.
-Request an integer from user, find out if the integer is divisible by 3 or by 7.
-Write code to generate 2 random values. The first one should be between -10 and 10 ( both inclusive), the second one should be between 50 and 100 (also both inclusive). Display these values.
-Write a while loop to display your name 15 times, each time on a separate line.
-Write code to: request an initial integer value from user, then use a while loop to display the next 20 consecutive integer values.
To convert from Fahrenheit (F) to Celsius (C), use the formula C = 5 * (F 32)/9
Use a while loop to calculate and display the Celsius values for each Fahrenheit (F) value ranging from 0 to 50 (incrementing by 1).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
