412080 2661056.qxy? Jump to level 1 Given integer variable tempinDegrees is: • 48 degrees Fahrenheit or less, output "To

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

412080 2661056.qxy? Jump to level 1 Given integer variable tempinDegrees is: • 48 degrees Fahrenheit or less, output "To

Post by answerhappygod »

412080 2661056 Qxy Jump To Level 1 Given Integer Variable Tempindegrees Is 48 Degrees Fahrenheit Or Less Output To 1
412080 2661056 Qxy Jump To Level 1 Given Integer Variable Tempindegrees Is 48 Degrees Fahrenheit Or Less Output To 1 (29.46 KiB) Viewed 37 times
412080 2661056.qxy? Jump to level 1 Given integer variable tempinDegrees is: • 48 degrees Fahrenheit or less, output "Too cold". • more than 48 degrees Fahrenheit and 86 degrees Fahrenheit or less, output "Acceptable". • more than 86 degrees Fahrenheit, output "Too hot". End with a newline. Ex: If input is 47, then output is: Too cold 6 7 8 9 10 11 12 13 14 15 16 17 18. 19 20 } Check cin>> tempInDegrees; if (tempInDegrees < 48 ){ cout << "Too cold" << endl; } else if (tempInDegrees - 86){ tempInDegrees 86; cout << "Acceptable" << endl; } else if (tempInDegrees > 86) { cout << "Too hot" << endl; } return 0; Next level 2 2 3
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply