CMIS 102 Hands-On Lab
// Week 5
Overview:This hands-on lab allows you to follow and experiment with the critical steps of developing a program including the program description, analysis, test plan, design (using pseudocode visualization), and implementation with C code. The example provided uses sequential, repetition statements and nested repetition statements.
Program Description:
This program will calculate the average of 3 exams for 5 students. The program will ask the user to enter 5 student names. For each of the students, the program will ask for 3 exam scores. The average exam score for each student will be calculated and printed.
Analysis:
I will use sequential and repetition programming statements.I will define one String to store student name: StudentName.I will define three Float numbers: Examvalue, Sum, Avg to store exam values the sum of the exams and the average of the exams.The sum will be calculated by this formula: Sum = Sum + ExamvalueFor example, if the first value entered was 80.0 and second was 90.0 and the third exam was 100.0:sum = sum + Examvalue = 0.0 + 80.0sum = 80.0 + 90.0 = 170.0sum = 170.0 + 100.0 = 270.0Avg is then calculated as:Avg = sum/3.0For example 270.0/3.0 = 90.0A nested repetition loop can be used to loop through each of the 5 students and each of the 3 exams:For (students=0; students
Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.
You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.
Read moreEach paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.
Read moreThanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.
Read moreYour email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.
Read moreBy sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.
Read more