Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Please write pseudo code and test cases About - The file contains a list of Anime series and movies along with their episode count. The
Please write pseudo code and test cases
About - The file contains a list of Anime series and movies along with their episode count. The first row in the file contains the file header Each remaining row contains the name of the anime, followed by a comma, and then the number of episodes associated with it. File Reading - Read the data in. Store header in a string (you can print it in the beginning) Rest of the data can be stored in a container, multiple containers, or a container with structs. Process/Calculations - Print out the anime with the highest number of episodes have an episode count of 1 ) Creative component (if time permits) - create one cin and one cout for this problem. Make sure your code uses the cin. Top Anime Series/Movies and their episode Count Fullmetal Alchemist: Brotherhood, 64 Steins; Gate, 24 Hunter x Huner, 148 Gintama, 51 JOJO, 152 Ginga Eiyuu Densetsu, 110 Shingeki no Kyojin s3, 10 Kimi no Na wa, 1 Koe no Katachi, 1 Gintama Movie 2, 1 Clannad After Story, 24 Owarimonogatari, 7 Code Geass, 25 Mob Psycho 2, 13 Spirited Away, 1 Kaguya Sama, 12 Fate/Stay night Movie, 1 Cowboy Bebop, 26 Haikyuu!!, 25 Vinland saga, 24 Your lie in April, 22 Maid in Abyss, 13 Mushishi, 10 Kimetsu no Yaiba, 26 Suzumiya Haruhi no Shoushitsu, 1
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started