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, 24.06.2019 00:40
To maintain clarity and focus lighting might be needed
Answers: 2
question
Computers and Technology, 24.06.2019 13:50
What does code do? a creates a text box that says "solid black" b creates a black border of any width c creates a black border 1 pixel wide
Answers: 1
question
Computers and Technology, 24.06.2019 17:30
List at least one thing to check for when you're checking the clarity and professionalism of a document.
Answers: 1
question
Computers and Technology, 24.06.2019 18:30
How does the use of e-mail benefit business communications? it can be sent at any time. it is faster than regular mail. it improves writing skills. it is less expensive than using a courier. it reduces the need for proofreading.
Answers: 1
You know the right answer?
Assume the declarations of exercise 2. write c++ statements that do the following:

stor...
Questions
question
Mathematics, 06.11.2019 08:31
question
Spanish, 06.11.2019 08:31
question
Mathematics, 06.11.2019 08:31
Questions on the website: 13722361