QUESTION 5 Write the code segment for each of the following tasks: a) Declare a structure type named Marks, with the following members: subject a string value totalMarks : an double value b) Assume the following declaration: { struct Student }; string name; int matricNo; Marks marks; Student myStudent; By using the variables and structure declaration in (a) and the given declaration above, define a function named displayMarks. It should accept a Student structure variable as its argument and not return a value. The function should display the contents of the variable onto the screen based on Figure 1 below. *Notes: Assuming the data for struct members was already assigned. Name: Alya Natasha Matric Number: 138945 Subject: Computational Mathematics Marks: 86.2 Figure 1: Sample Output

C++ for Engineers and Scientists
4th Edition
ISBN:9781133187844
Author:Bronson, Gary J.
Publisher:Bronson, Gary J.
Chapter13: Structures
Section: Chapter Questions
Problem 2PP
icon
Related questions
Question

Just answer directly without explaining.

Thanks.

QUESTION 5
Write the code segment for each of the following tasks:
a) Declare a structure type named Marks, with the following members:
subject a string value
totalMarks : an double value
b) Assume the following declaration:
struct Student
{
};
string name;
int matricNo;
Marks marks;
Student myStudent;
By using the variables and structure declaration in (a) and the given declaration above, define
a function named displayMarks. It should accept a Student structure variable as its argument
and not return a value. The function should display the contents of the variable onto the screen
based on Figure 1 below. *Notes: Assuming the data for struct members was already
assigned.
Name: Alya Natasha
Matric Number: 138945
Subject: Computational Mathematics
Marks: 86.2
Figure 1: Sample Output
Transcribed Image Text:QUESTION 5 Write the code segment for each of the following tasks: a) Declare a structure type named Marks, with the following members: subject a string value totalMarks : an double value b) Assume the following declaration: struct Student { }; string name; int matricNo; Marks marks; Student myStudent; By using the variables and structure declaration in (a) and the given declaration above, define a function named displayMarks. It should accept a Student structure variable as its argument and not return a value. The function should display the contents of the variable onto the screen based on Figure 1 below. *Notes: Assuming the data for struct members was already assigned. Name: Alya Natasha Matric Number: 138945 Subject: Computational Mathematics Marks: 86.2 Figure 1: Sample Output
Expert Solution
steps

Step by step

Solved in 5 steps with 3 images

Blurred answer
Knowledge Booster
Functions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr
EBK JAVA PROGRAMMING
EBK JAVA PROGRAMMING
Computer Science
ISBN:
9781337671385
Author:
FARRELL
Publisher:
CENGAGE LEARNING - CONSIGNMENT