Ask Question, Ask an Expert

+61-413 786 465

info@mywordsolution.com

Ask Computer Engineering Expert

1. Write a complete program that performs the following tasks:

Read a list of double precision numbers, scores, from the keyboard into an array named Grade.

Check to ensure each entered value is between 0 and 100

Count the number of scores as they are entered

Data entry is terminated when a negative value is entered

After all the scores have been entered,

  Find and display the sum total of the scores in Grade

Find and display the average of the scores in Grade

(Extra Credit) List all the scores in Grade, place an asterisk (*) in front of each score that is less than the average score.

(Extra credit): Find and display the minimum and the maximum scores on the Grade.

(Extra credit): Find and display the array positions at which the minimum and maximum scores occur.

2. (Extra Credit) There are M (<50) students in a course. All the students take a required test with 10 true-or-false questions.

The answer key for the test is: T T F T F. T F F F T.

Declare an array to store the answer key.

Declare a 2-dim array to store the answers given by the students on the test. Each row corresponds to the answers of one student. For example:

Student 1: T F T T F. F T T T F Student 2: T T F F F. T T F T F Student 3:   F F T F T. T F T F T

Each correct answer is worth 10 points, and incorrect answer is worth 0 points.

Compute the test scores for the students and place in an array.

Compute the total score for the questions and place in an array.

Display the student test scores

Display the question total scores

Display the average student test scores

3. Do the following problems:

Which of the following is a declaration for a pointer (C++)? int x;   // a.1

int *p;      // a.2

double v;  // a.3

double z*;    // a.4

int **q;   // a.5

2

int* y;      // a.6

int *g*;   // a.7

Write declaration statements for each of the following: datePtr is a pointer to an integer //b.1

amtPtr is a pointer to a single precision number //b.2 ptrChr is a pointer to a character //b.3

flg is a pointer to a Boolean value //b.4

The variable pointed to by yptr is a double precision //b.5

Write   declaration and/or assignment statements to perform each of the following:

Declare x as an integer variable        //c.1 Declare p as a pointer to an integer variable //c.2 Assign the address of x to p //c.3

Display the address of p          //c.4

Display the address of x           //c.5 Display the value in the variable pointed to by p //c.6

Use p to assign 5 to the variable (location) p points to //c.7

4. Do the following problems:

a. Define a user data type to store a student record (form) for a course. Each record contains the student name, gpa, course grade, a place to store a number (5) of exam scores.

b. Declare a pointer to a student record for Jimmy LongHorn, and point it to allocated storage that store the student's data: "Jimmy LongHorn", 3.75, "A", 97.0, 96.50, 90.85, 94.0, 99.0; then delete the student record, after printing out the student data.

b. Declare a student grade book for a course with up to 200 students, with each student's data stored using the student record defined in (a).

c.  Write a code fragment to print (display) all the data in the grade book (b) for the 10th to the 20th student.

d. Write a code fragment for a function that takes either a pointer (or reference) to student record calculates the course grade from exam scores, using a simple rubric.

Computer Engineering, Engineering

  • Category:- Computer Engineering
  • Reference No.:- M91975018

Have any Question?


Related Questions in Computer Engineering

Systems analysis assignment can you answer the 4 questions

Systems Analysis assignment : Can you answer the 4 questions please? Continuing Case: Personal Trainer, Inc. Personal Trainer, Inc. owns and operates fitness centers in a dozen Midwestern cities. The centers have done we ...

Determine the critical values for a left-tailed test of a

Determine the critical? value(s) for a? left-tailed test of a population mean at the alpha α=0.01 level of significance based on a sample size of n=15.

Generate a c program for fibonacci function using

Generate a C++ program for Fibonacci function using Stack Fibonacci function Fib(n) is given below. Fib(n)= Fib(n-1) + Fib(n-2) for n > 1 Fib(n)= 1 for n=1 Fib(n)= 0 for n=0 Using following initialization unsigned int *F ...

The sunshine health corporation has requested you evaluate

The Sunshine Health Corporation has requested you evaluate their Scottsdale, Arizona facility. The original structure was built in 1965. The facility has undergone several remodels aesthetically, with no real infrastruct ...

What type of economic system does norway have explain some

What type of economic system does Norway have? Explain some of the benefits of this system to the country and some of the drawbacks,

A standard 52 card playing deck assigns a unique

A standard 52 card playing deck assigns a unique combination of 13 ranks (2,3,4,5,6,7,8,9,10,J,Q,K,A) and 4 suits (Clubs, Diamonds, Hearts, Spades) to each card (13  4 = 52). Suppose 5 cards are selected at random. Deriv ...

Suppose there is a relation ra b c with a b-tree index with

Suppose there is a relation R(A, B, C) with a B+-tree index with search keys (A, B). 1. What is the worst-case cost of finding records satisfying 10 2. What is the worst-case cost of finding records satisfying 10 3. Unde ...

In your opinion if the government imposes unit sales tax ie

In your opinion, if the government imposes unit sales tax (i.e. $ tax per unit sold) on a product, will the market equilibrium change? Which one, demand or supply will shift? Increase or decrease? Will new tax cause "dis ...

The marginal revenue and marginal cost functions for a

The marginal revenue and marginal cost functions for a monopolist firm that mines diamonds are given by:

What is the difference between dekkers algorithm and igloo

What is the difference between Dekkers Algorithm and Igloo approach? Please provide examples that can explain this.

  • 4,153,160 Questions Asked
  • 13,132 Experts
  • 2,558,936 Questions Answered

Ask Experts for help!!

Looking for Assignment Help?

Start excelling in your Courses, Get help with Assignment

Write us your full requirement for evaluation and you will receive response within 20 minutes turnaround time.

Ask Now Help with Problems, Get a Best Answer

Why might a bank avoid the use of interest rate swaps even

Why might a bank avoid the use of interest rate swaps, even when the institution is exposed to significant interest rate

Describe the difference between zero coupon bonds and

Describe the difference between zero coupon bonds and coupon bonds. Under what conditions will a coupon bond sell at a p

Compute the present value of an annuity of 880 per year

Compute the present value of an annuity of $ 880 per year for 16 years, given a discount rate of 6 percent per annum. As

Compute the present value of an 1150 payment made in ten

Compute the present value of an $1,150 payment made in ten years when the discount rate is 12 percent. (Do not round int

Compute the present value of an annuity of 699 per year

Compute the present value of an annuity of $ 699 per year for 19 years, given a discount rate of 6 percent per annum. As