the project basically requires the input of the given information into the templates

1 answer below »
the project basically requires the input of the given information into the templates
Answered Same DayMay 12, 2021

Answer To: the project basically requires the input of the given information into the templates

Vaishnavi R answered on May 13 2021
140 Votes
dg3/p1.cpp
dg3/p1.cpp
#include
#include
using namespace std;
int main () 
{


    cout << "What do you call a sad pup? A: mellon collie \n";
    string name[6];
    string yr[6];
    double gpa[6];
    int count=0;
    int i=0;
    for(int j=0; j<6; j++)
    {
        name[j]="";
        yr[j]="";
        yr[j]=0.0;
    }
    while(count<6)
    {
        string n,y,g;
        cout<<"name?";
        getline(cin,n);
        n...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here