Hi all,

My lecturer give an assignment

Calculate student assessment and final exam work . The program can accept a name , registration no, course code and couse name as an input

Input mark :-

Final Exams : 40%
Quizes : 15%
Test : 15%
Lab Exercise : 30%

Sum all the assessment and final exam

Example of calculation :-

Final Exams : 70 * 40/100
Quizes : 90 * 15/100
Test : 78 * 15/100
Lab Exercise : 95 * 30/100

Final Exams + Quizes + Test + Lab Exercise

Give grade

85 - 100 = A : PASS
75 - 84 : A : PASS
60 - 74 : B+ : PASS
50 - 59 : C : PASS
0 - 49 : D : FAIL

Then it will display like this :-

Student name :
Student Course code :
Student Course Name :
Student Registration No :
Grade :

Thank you very much

Can you show us what you have done on this project yourself so far? While we are happy to help you solve your problems, we will not simply hand you an answer without some effort on your part. To quote the DaniWeb community rules:

Do provide evidence of having done some work yourself if posting questions from school or work assignments

So, can you show us your existing code?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.