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 18:30
Which of the following is an example of intellectual properly! oa. new version of a novelb. journal of ideasc. pages of a bookood. lines of a poem
Answers: 2
question
Computers and Technology, 23.06.2019 10:00
Whats three fourths of 15(this is supposed to be in math but i clicked too fast)
Answers: 1
question
Computers and Technology, 23.06.2019 15:10
What role did women fill during world war ii?
Answers: 1
question
Computers and Technology, 24.06.2019 00:00
Afashion designer wants to increase awareness about her brand. which network can she use and why she can use the blank to blank her products online. answers for the first blank: internet, extranet, or intranet answers for the second blank: market, design, and export
Answers: 1
You know the right answer?
Assume the declarations of exercise 2. write c++ statements that do the following:

stor...
Questions
question
English, 15.12.2021 23:00
question
Arts, 15.12.2021 23:00
question
History, 15.12.2021 23:00
Questions on the website: 13722361