subject

Assume the declarations of exercise 2. write c++ statements that do the following:

store the following information in course:
name: programming i
callnum: 13452
credits: 3
grade: ""

in the array classlist, initialize each gpa to 0.0.

copy the information of the thirty-first component of the array classlist into student.

update the gpa of the tenth student in the array classlist by adding 0.75 to its previous value.

the excercise 2 structs are this:

struct nametype struct coursetype struct studenttype
{ { {
string first; string name;
string last; int callnum; nametype name;
}; int callnum; double gpa;
int credits; coursetype course;
char grade; };
};

the program i wrote is this:

//taylor wyss

//11/21/2017

//csc160c11

#include

#include

using namespace std;

struct nametype

{

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 16:30
Technician a says that a dry sump system uses no oil storage sump under the engine. technician b says that a wet sump system uses no oil storage sump under the engine. who is correct?
Answers: 3
question
Computers and Technology, 24.06.2019 23:50
Which career involves analyzing various factors that influence the customer decision-making process? analyze various factors that influence the customer decision-making processes. reset next
Answers: 2
question
Computers and Technology, 25.06.2019 08:00
What are good colleges to apply to if you got like a 2.5 as a gpa? already got a call back from gcu at least its a start rt
Answers: 2
question
Computers and Technology, 25.06.2019 10:50
Write a program to convert a person’s height in inches into centimetres and their weight in stones into kilograms. (1 inch = 2.54 cm and 1 stone = 6.364 kg) i need .
Answers: 1
You know the right answer?
Assume the declarations of exercise 2. write c++ statements that do the following:

stor...
Questions
question
Mathematics, 20.12.2020 20:10
question
Geography, 20.12.2020 20:10
Questions on the website: 13722367