(Solved): Using Mathlab A) Create an editor program that when compiled prompts the user for the temperature of ...
Using Mathlab
A) Create an editor program that when compiled prompts the user for the temperature of the water in degrees Fahrenheit. The program will find the equivalent in degrees Celsius and decide if the water is in the liquid, solid or gaseous state. It will inform the user of the state of the water and the equivalent of the temperature in degrees Celsius. The program will start with your personal data, the necessary commands for a clear and specific run, plus a printed message informing the objective of the program. 2) Create an editor program for use by a veterinarian. The program will prompt the user for the dog's weight in pounds, If it is female, the cost of the operation is \( \$ 1.05 \) per pound. If it is a man, the cost of the operation is \( \$ 0.80 \) per pound, but in no case will the cost be less than \( \$ 20.00 \). 3) Allow the user to recelvea completesentence with the program's response.
Answer - 1 The above problem can be solved as follows: Ask for the temperature in fahrenheit and conver it to celcius display the degree ceclius tempr and then using if else compa