Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Bright Stars Academy, a tertiary college, offers IT modules. The modules include four assessments: Test 1 , Test 2 , Assignment, and the Exam. The

Bright Stars Academy, a tertiary college, offers IT modules. The modules include four
assessments: Test 1, Test 2, Assignment, and the Exam. The college computes the Full
Period Mark, consisting of 33% Test 1,33% Test 2, and 34% Assignment. The Final Mark
is then determined, combining 40% of the Full Period Mark and 60% of the Exam Mark.
To pass a module, a student needs a Full Period Mark of at least 40 and a Final Mark of
at least 50.
To simplify the process of assessing student performance, you are required to develop a
program. This program should enable a user to input assessment marks for multiple
students through a loop structure. It should include functions to compute the Full Period
Mark, Final Mark, and ascertain whether a student has met the passing criteria. Then the
program displays the results in the following format:
Name Surname Full Period Mark Final Mark Pass or Fail
Mary Jones 7068 PASS
Larry Mohamed 5646 FAIL
Sam Peters 3851 FAIL
........
John Martin 8088 PASS
USING VISUAL STUDIO 2022 C++ CODES

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Visual C# And Databases

Authors: Philip Conrod, Lou Tylee

16th Edition

1951077083, 978-1951077082

More Books

Students also viewed these Databases questions

Question

Explain the function and purpose of the Job Level Table.

Answered: 1 week ago