Suppose you have a file named "Countries.txt" that contains a list of countries. Your task is to write a C++ program that performs the following operations: 1. Read the list of countries from "Countries.txt" and store them in an STL list of strings. 2. Output all the countries in the list. 3. Output all countries whose name starts with a vowel. 4. Output all countries that contain more than 7 characters. 5. Calculate the sum of the ASCII values of all letters in each country's name and store the result in a histogram of length 5. Each element in the histogram represents the count of countries whose sum falls within a specific range. For example, if the ranges are [0-1000), [1000-2000), ..., [4000-5000), then the histogram vector contains 5 values. 6. Take all the countries in "Countries.txt" and store them in an STL set container. 7. Output all unique countries in "Countries.txt". 8. Output the total number of entries in your set. Countries.txt = {United States, Canada, Brazil, Germany, India, China, Mexico, Australia, Japan, South Africa, Russia, France, Italy, Spain, Argentina, Sweden, Nigeria, Turkey, Egypt, Chile}

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
I know you are using AI. I said multiple times that don't give me AI generated answer or plagiarised answer. If I see these things I'll give you multiple downvotes and will report immediately.
Suppose you have a file named "Countries.txt" that contains a list of countries. Your
task is to write a C++ program that performs the following operations:
1. Read the list of countries from "Countries.txt" and store them in an STL list of strings.
2. Output all the countries in the list.
3. Output all countries whose name starts with a vowel.
4. Output all countries that contain more than 7 characters.
5. Calculate the sum of the ASCII values of all letters in each country's name and store
the result in a histogram of length 5. Each element in the histogram represents the
count of countries whose sum falls within a specific range. For example, if the ranges
are [0-1000), [1000-2000), ..., [4000-5000), then the histogram vector contains 5
values.
6. Take all the countries in "Countries.txt" and store them in an STL set<string>
container.
7. Output all unique countries in "Countries.txt".
8. Output the total number of entries in your set.
Countries.txt = {United States, Canada, Brazil, Germany, India, China, Mexico, Australia,
Japan, South Africa, Russia, France, Italy, Spain, Argentina, Sweden, Nigeria, Turkey,
Egypt, Chile}
Transcribed Image Text:Suppose you have a file named "Countries.txt" that contains a list of countries. Your task is to write a C++ program that performs the following operations: 1. Read the list of countries from "Countries.txt" and store them in an STL list of strings. 2. Output all the countries in the list. 3. Output all countries whose name starts with a vowel. 4. Output all countries that contain more than 7 characters. 5. Calculate the sum of the ASCII values of all letters in each country's name and store the result in a histogram of length 5. Each element in the histogram represents the count of countries whose sum falls within a specific range. For example, if the ranges are [0-1000), [1000-2000), ..., [4000-5000), then the histogram vector contains 5 values. 6. Take all the countries in "Countries.txt" and store them in an STL set<string> container. 7. Output all unique countries in "Countries.txt". 8. Output the total number of entries in your set. Countries.txt = {United States, Canada, Brazil, Germany, India, China, Mexico, Australia, Japan, South Africa, Russia, France, Italy, Spain, Argentina, Sweden, Nigeria, Turkey, Egypt, Chile}
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Knowledge Booster
Stack operations
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education