Answer to Question #127099 in C++ for mansi

Question #127099


Each student must have the following 5 private data members (i.e., attributes, fields,

or instance variables):

1. string  studentID ;    

2. string  lastName  ;     

3. string  firstName ;   

4. double gpa ;        

5. string  phoneNumber ;  

In your C++ program, you must declare 3 static global variables with proper initial

values, and 5 static global arrays to hold up to 12 students records with 5 fields per

record. They should be declared as follows:

static int countStudents = 0;

constructed

static double totalGpa = 0.0;

static double averageGpa = 0.0;

static string sidA [12];

static string lnameA[12];

static string fnameA[12];

static double gpaA [12];

static string phoneA[12];




1
Expert's answer
2020-07-21T17:21:05-0400
Dear mansi, your question requires a lot of work, which neither of our experts is ready to perform for free. We advise you to convert it to a fully qualified order and we will try to help you. Please click the link below to proceed: Submit order

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

No comments. Be the first!

Leave a comment

LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS