2. A student studying Information Technology at Polytechnic
of Namibia is examined by coursework and written
examination. Both components of assessment carry a maximum
of 50 marks. The following rules are used by examiners in
order to pass or fail students.
a. A student must score a total of 40% or more in order to
pass
(total = coursework marks + examination marks)
b. A total mark of 39% is moderated to 40%
c. Each component must be passed with a minimum mark of
20/50. If a student scores a total of 40% or more but does
not achieve the minimum mark in either component he/she is
given a technical fail of 39% (this mark is not moderated to
40%)
d. Grades are awarded on marks that fall into the following
categories.
Mark 100-70 69-60 59-50 49-40 39-0
Grade A B C D E
Write a program to input the marks for both components
(coursework marks out of 50 and examination marks out of
50), out put the final mark and grade after any
moderation. [30]
No Answer is Posted For this Question
Be the First to Post Answer
what is the error in the following code: main() { int i=400,j; j=(i*i)/i; }
what is meant for variable not found?
when i use cout or cin call & then either << or >> .....it shows declaration syntax error...what should i do? cout<<"anything"; int a; cin>>a; return 0;
How to develop a program using C language to convert 8-bit binary values to decimals. TQ
Write a C program to enter 10 integer numbers through one variable and count how many of them are even using while loop ?
Write a program to accept two strings of Odd lengths. Then take all odd characters from one string and even characters from the other and concatenate and produce a string.
what is exceptions?
Using string functions write a program that will accept the name of the capital as input value and will display the corresponding country. ------------------------ Capitals Countries ------------------------ Capitals Countries Ottawa Canada Moscow Russia Rome Italy I can't not get it to run properly
what is macro in c? Difference between single linked list & double linked list what is fifo & lifo? what is stack & queue?
How to create a program that lists the capital country when told what the original country is? (Terribly sorry, I'm a novice programmer and would appreciate any help ;). Cheers, Alexxis
I'm having trouble with coming up with the correct code. Thank You!! The assignment was to write a program using string functions that accepts a price of an item and displays its coded value. The base of the keys: X C O M P U T E R S 0 1 2 3 4 5 6 7 8 9 Sample I/O Dialogue: Enter Price: 489.50 Coded Value: PRS.UX
Why are memory errors hard to debug?