Write a program that stores the mark allocation weights for 4 assessments as shown in the table below in an array. The program must prompt the user to enter their full name and the 4 mark assessments...


I reposted this C programming question because it was solved incorrectly when I posted it. May you please assist?


Write a program that stores the mark allocation weights for 4 assessments as shown in the table<br>below in<br>an array. The program must prompt the user to enter their full name and the 4 mark assessments as<br>follows:<br>

Extracted text: Write a program that stores the mark allocation weights for 4 assessments as shown in the table below in an array. The program must prompt the user to enter their full name and the 4 mark assessments as follows: "Please enter your first name and your last name: "Please enter the project mark: " "Please enter the practical mark: " "Please enter test 1 mark: “ "Please enter test 2 mark: “ The program must use the weights and the entered mark values to calculate the final mark for the and display the student's name and final mark. Note: format the displayed values to two decimal points. The program must perform the following functionality: (i) Creates a four-element array with the correct data type to store the weights. (ii) Prompts the user to obtain the four assessment values. (iii) Prompts the user to for their first name and last name. (iv) Calculates the final mark. (v) Prints the student name and final mark to the screen. Assessment Description Weight Project 0,35 Practical 0,15 Test 1 0,25 Test 2 0,25 (a)Write a detailed algorithm for the above problem. (b)Write a flowchart based on the algorithm for the above problem (c) Write a C program to implement the steps described above. Privacy - Terms

Jun 08, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here