Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program to calculate the total final marks for a subject. There are four assessment types for the subject. Below are the percentages of

Write a program to calculate the total final marks for a subject. There are four assessment types for the subject. Below are the percentages of the marks that will be taken into account for the Total Finall Marks (refer Table 1).

Table 1 : Total Finall Marks Percentages

Assessment Type

Original Marks

Percentage taken from original marks

Finalll Eexam

100

50%

Quiz

50

20%

Lab

50

20%

Assignment

20

10%

Total Final Marks

100%

You are required to write a full COBOL program to calculate the percentages taken from the original marks. The program should ask the user to enter all the original marks in Module-Input paragraph and calculate the percentages in Module-Calculation paragraph. The program will then display all the assessments as well as the Total Final Marks. If the Total Final Marks is above or equals to 50, then print a message as shown in Figure 6. The programs input/output should be formatted as in the sample shown in Figure 6.

Use PERFORMUNTIL repetition structure that will repeatedly process and calculate the Total Final Marks for each student. Program will exit when the user enter n.

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions

Question

2. How can competencies be used in employee development?

Answered: 1 week ago