Answered step by step
Verified Expert Solution
Link Copied!

Question

00
1 Approved Answer

write a C++ program on Linux system that keeps a database of super heroes. When the program starts, your program will ask the user to

write a C++ program on Linux system that keeps a database of super heroes. When the program starts, your program will ask the user to enter the name of an output file, and then the program will enter a user-controlled loop. Inside of the loop, the program will ask the user to enter several details about a super hero: The name of the hero, stored as a c-string. The real (given) name of the hero, stored as a c-string. The super power(s) of the hero, stored as a c-string. The year and month of the heros first appearance in media, stored as a double (see below). The last name(s) of the creator(s), as a c-string. The publisher, stored as a c-string.

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