logo

Java Program to Calculate Final Marks and Display Letter Grade

Quiz on Java language basic elements

10 Pages1153 Words103 Views
   

Added on  2022-10-15

About This Document

This Java program accepts N student’s marks: Quiz(Q) test, Mid-Semester (MS), Applied Project (AP) and Final test (FT) and calculates final marks and displays the letter grade that is assigned for the final mark. Check the sanity of inputs e.g. values in Q, MS, AP, and FT have to be between 0 and 100.

Java Program to Calculate Final Marks and Display Letter Grade

Quiz on Java language basic elements

   Added on 2022-10-15

ShareRelated Documents
Running head: ASSESSMENT 2: APPLIED PROJECT- 1
ASSESSMENT 2: APPLIED PROJECT- 1
Name of Student:
Name of University:
Author Note:
Java Program to Calculate Final Marks and Display Letter Grade_1
ASSESSMENT 2: APPLIED PROJECT- 11
Table of Contents
Introduction:...............................................................................................................................3
Question:................................................................................................................................3
Discussion:.................................................................................................................................4
Algorithm for the code:..........................................................................................................5
Output 1:.................................................................................................................................7
Output 2:.................................................................................................................................8
Output 3:.................................................................................................................................8
Conclusion:................................................................................................................................9
Java Program to Calculate Final Marks and Display Letter Grade_2
ASSESSMENT 2: APPLIED PROJECT- 12
Introduction:
Blue J platform has been used to write this java program, which is a free development
java platform which is best for java programming for academic purpose and to build small
scale software.
Question:
Write a Java program that accept N student’s marks: Quiz(Q) test, Mid-Semester (MS),
Applied Project (AP) and Final test (FT). The weight for each assessment is shown in Table
(1) as follows:
Table 1: Assessment Overview
The final mark can be calculated as:
Final Mark (FM)=0.1*(Q)+0.2*(MS)+0.4*(AP)+0.3*(FT)
Java Program to Calculate Final Marks and Display Letter Grade_3

End of preview

Want to access all the pages? Upload your documents or become a member.