Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Exercise 2: Write a second C+ Program (FileTemps.cpp) that reads the names and temperatures of the n cities from an input file temps.txt and counts

image text in transcribed
Exercise 2: Write a second C+ Program (FileTemps.cpp) that reads the names and temperatures of the n cities from an input file "temps.txt" and counts the number of hot, cold and medium-temp cities based on the following rules: Hot City: if temperature is more than 35 Cold city :if temperature is less than 15 Medium-temp city: if temperature is between 15 and 35 The output should be saved in a file called "output.txt") as shown belovw. temps.txt - Notepad city Temperature Level File Edit Format Yiew Help Muscat 32 Nizwa 35 salalah 13 Sur 40 Seeq 5 Sohar 42 Ibri 48 Musandam 38 Medium-temp city Nedium-tenp eity Cold city Hot city Cold City Mot city Hot city Hot city Muscat Nizwa Salalah 32 35 13 40 8eeg Sohar Ibri 42 48 38

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