Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

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.2C
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.
image text in transcribed

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

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

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

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

Get Started

Recommended Textbook for

Current Trends In Database Technology Edbt 2004 Workshops Edbt 2004 Workshops Phd Datax Pim P2panddb And Clustweb Heraklion Crete Greece March 2004 Revised Selected Papers Lncs 3268

Authors: Wolfgang Lindner ,Marco Mesiti ,Can Turker ,Yannis Tzitzikas ,Athena Vakali

2005th Edition

3540233059, 978-3540233053

More Books

Students also viewed these Databases questions