Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Course and Section Number:, Program Name:, Program Description and stepwise algorithm. 4. Write a program to ask the user to enter a patient temperature and
Course and Section Number:, Program Name:, Program Description and stepwise algorithm. 4. Write a program to ask the user to enter a patient temperature and display output based on that temperature as below. 5. Based on the temperature, the program will classify it based on the following and print the corresponding message: - Temperature below 99.6: no fever - Temperature at or above 99.6 and below 102.0: low-grade fever - Temperature at or above 102.0 and below 104.0: high-grade fever - Temperature at or above 104.0: dangerous fever 6. Be sure to test your program at the boundaries to be sure it gives the right results. This means testing at every specific temperature in the assignment (99.6, 102.0, 104.0) as well as a temperature that is just below and just above each of those temperatures (e.g., 99.5, 99.6, 99.7, etc.) 7. Take multiple screenshots of program output showing successful execution with minimum 3 different values of input temperatures. Save it as Output_RoboDoc_YourName.pdf
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started