Academic Writing Experts For Your Research Projects

Order custom papers, masters thesis and dissertation in 3 guided steps; human written!

Posted: March 2nd, 2023

Cmis 102 hands-on lab week 5

 

Who Writes College Essays, Research Papers, and Dissertations For Students?

We handpick every writer with care, ensuring they bring the perfect mix of academic qualifications and writing skills for top-notch results in essays, research papers, and dissertation help. Each one has a university degree, more than a third with Masters certification; they’ve tackled tough tests and training to excel in thesis writing and research paper assignments at any time. They’ll team up with you diligently, keeping things easy and stress-free as they relate to being immediate students. That’s what makes us the best assignment help website for "help me write my essay, research paper, or dissertation" for college coursework. Trust our team—professional research essay writers and editors—to deliver your dissertation or thesis writing within your grading criteria and deadline.

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:

Do You Offer Thesis Writing and Dissertation Help In Any Citation Style?

No matter what citation style you need for your research paper or dissertation, our skilled writers have you covered! We provide thesis writing and dissertation help in formats like APA, AMA, MLA, Turabian, Harvard, IEEE, and more. We’re dedicated to customizing your order to the exact guidelines of your chosen style, ensuring it fits your unique academic needs—whether it’s a dissertation, research paper, or essay for a specific course. We’ve got the flexibility to make it work for you!

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:

Can I Change Instructions for Dissertation Help or Thesis Writing After Ordering?

You can absolutely reach out to your academic writer using our simple, user-friendly chat feature. It’s there so you can add details, clarify instructions, or tweak adjustments for editing your research paper or dissertation according to your grading rubric—even after you’ve submitted "help me with thesis writing or dissertation help" and they’ve started working on your project.

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 + Examvalue
For 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.0
sum = 80.0 + 90.0 = 170.0
sum = 170.0 + 100.0 = 270.0
Avg is then calculated as:
Avg = sum/3.0
For example 270.0/3.0 = 90.0
A nested repetition loop can be used to loop through each of the 5 students and each of the 3 exams:
For (students=0; students <5; students++)
    For (exams=0;exams<3;exams++)
   End For
End For
Sum values will need to be reset for each student to ensure only one student data is used for calculations each time.
 

Test Plan:

To verify this program is working properly the input values could be used for testing:

Test Case

Input

Expected Output

1

Studentname=Chris
Examvalue1=80.0
Examvalue2=90.0
Examvalue3=100.0
Studentname=John
Examvalue1=70.0
Examvalue2=90.0
Examvalue3=80.0
Studentname=Sally
Examvalue1=100.0
Examvalue2=100.0
Examvalue3=100.0
Studentname=Pat
Examvalue1=50.0
Eexamvalue2=70.0
Examvalue3=60.0

Studentname=Sam
Examvalue1=90.0
Examvalue2=95.0
Examvalue3=100.0
 

Average for Chris is 90.0
Average for John is 80.0
Average for Sally is 100.0

Average for Pat is 60.0
Average for Sam is 95.0

Pseudocode:

// This program will calculate the average of 3 exams for 5 students

// Declare variables
Declare StudentName as String
Declare ExamValue, Sum, Avg as Float

// Loop through 5 Students
For (students=0; students <5 ; students++)
   // reset Sum to 0
  Set Sum =0.0 
   Print “Enter Student Name”
   Input StudentName
   // Nested Loop for Exams
  For (exams=0; exams < 3; exams++)
      Print “Enter exam grade: n”
      Input ExamValue
      Set Sum = Sum + ExamValue
   End For
    Set Avg = Sum/3.0
   Print “Average for “ + StudentName + “ is “ + Avg
 End For
 

Flow Chart:

C Code

The following is the C Code that will compile in execute in the online compilers.

// C code

// This program will calculate the average of 3 exams for 5 students.

// Developer: Faculty CMIS102

// Date: Jan 31, 2014: 2024 - Essay Writing Service | Write My Essay For Me Without Delay

#include <stdio.h>

int main ()

{

  /* variable definition: */

  char StudentName[100];

  float ExamValue, Sum, Avg;

  int students,exams;

   // Loop through 5 Students

  for (students=0; students <5 ; students++)

  {

     // reset Sum to 0

     Sum =0.0; 

     printf("Enter Student Name n");

     scanf("%s", StudentName);  

     // Nested Loop for Exams

    for (exams=0; exams < 3; exams++)

    {

        printf ("Enter exam grade: n");

        scanf("%f", &ExamValue);

        Sum = Sum + ExamValue;

    }  

    Avg = Sum/3.0;

    printf( "Average for %s is %fn",StudentName,Avg);

  }

  return 0;

}

Setting up the code and the input parameters in ideone.com:

Note the Student and ExamValues for this run were:
John: 90.0 80.0 100.0
Jim: 80.0 70.0 90.0
Joe: 70.0 100.0 100.0
Sally: 100.0 95.0 91.0
Sam: 30.0 54.0 68.0
You can change these values to any valid integer values to match your test cases.

Results from running the programming at ideone.com:

Learning Exercises for you to try:

  1. What would you change in the design and the code if you wanted to input 10 students and 5 exams?
  2. What is the line of code doing?

      char StudentName[100];

(Hint: We haven’t covered arrays, but a String can be thought of as an array of characters) ?

  1. What would happen if you moved the Set Sum = 0.0 from inside the for loop to right after the declaration. For example:

// Declare variables
Declare StudentName as String
Declare ExamValue, Sum, Avg as Float

// Initialize Sum
Set Sum = 0.0;

Tags: page paper, essypro, ace homework tutors, Thesis and Dissertation Ideas for Research Topics in UK, Thesis Topics for Your Masters Degree, Research Titles Examples

Why choose Homework Ace Tutors

You Want Quality and That’s What We Deliver

Top Academic Writers

We’ve put together our writing team with care, choosing talented writers who shine in their fields. Each one goes through a tough selection process, where we look for folks with deep expertise in specific subjects and a solid history of academic writing. They bring their own mix of know-how and flair to the table, making sure our content hits the mark—packed with info, easy to read, and perfect for college students like you.

College Prices

We don’t do AI-written essays or copycat work—everything’s original. Competitive pricing is a big deal for us; we keep costs fair while delivering top-notch quality. Our writers are some of the best out there, and we charge rates that stack up well against other services. This means you get stellar content without draining your wallet. Our pricing is straightforward and honest, built to give you real value for your money. That’s why students turn to us for high-quality writing services that won’t break the bank.

100% Plagiarism-Free

Academic integrity is at the heart of what we do. Every paper starts from scratch, with original research and writing tailored just for you. We write 100% authentic—no plagiarism research essays. Our strict quality control process includes scanning every draft with top tools like SafeAssign and Turnitin, so you get a similarity score and proof of originality. We’re obsessive about proper citation and referencing too, crediting every source to keep things legit. It’s all about giving you peace of mind with content that meets the highest standards.

How it works

When you decide to place an order with Dissertation Writer, here is what happens:

Complete the Order Form

You will complete our order form, filling in all of the fields and giving us as much detail as possible.

Assignment of Writer

We analyze your order and match it with a writer who has the unique qualifications to complete it, and he begins from scratch.

Order in Production and Delivered

You and your writer communicate directly during the process, and, once you receive the final draft, you either approve it or ask for revisions.

Giving us Feedback (and other options)

We want to know how your experience went and the marking criteria grade you scored. You can leave a review recommending a writer for your class and course mates.