Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

In C code please, thank you! Prompt the user to enter the time of the day. The user should enter d for daytime and n

In C code please, thank you!image text in transcribed

Prompt the user to enter the time of the day. The user should enter d for daytime and n for nighttime. Configure a boolean variable to store if it is daytime (true) or nighttime (false). Use the boolean variable to store if it is daytime or nighttime and print if the temperature is ideal if it needs to be raised if it needs to be lowered, and by how much. If a Boolean variable is not used, there will be a 20% grade penalty Ideal temperatures: Daytime 21.2 C Nighttime: 18.3C Sample Output Day (d) or Night (n):n Enter the current temperature: 12 You need to raise the temperature by 6.3 degrees. Sample Output Day (d) or Night (n):d Enter the current temperature:21.2 The temperature is ideal. Sample Output Day (d) or Night (n):n Enter the current temperature:18.3 The temperature is ideal. Have a good night's sleep. Sample Output Day (d) or Night (n):d Enter the current temperature:25.5 You need to lower the temperature by 4.3 degrees

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access with AI-Powered Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Students also viewed these Databases questions