Answered You can hire a professional tutor to get the answer.

QUESTION

CMIS 102 Hands-On Lab Week 4 Overview This hands-on lab allows you to follow and experiment with the critical steps of developing a program including...

Can you help me with number 4. The questions are in the file attached but I have also included the questions on here. For a clearer understanding of the question.. View the attached file. 

Change the C code to sum 10 integers as opposed to 5? (Hint: Please don’t use arrays or Loops for this. We will be using those features in another week.) Support your experimentation with ascreen capture of executing the new code2. Using the code you create in step 1, modify the code to print an additional statement if the sumof the value is negative (Hint: Consider modifying the existing selection statement) Support your experimentation with a screen capture of executing the new code.3. Prepare a new test table with at least 3 distinct test cases listing input and expected output forthe code you created after step 2.4. Create your own C code implementation of one of the following mathematical formulas:a. y = mx + b; (slope of a line) Assume the user will be prompted to input m, x and b andthe program will calculate y. If the value of y is greater than 10, inform the user thevalue is greater than 10.b. a = PI * r*r; (area of circle). Assume the user will be prompted to input the radius r. Youcan define PI as 3.1416. . If the value of a is greater than 10, inform the user the value isgreater than 10.c. v = 4/3 PI r*r*r; (volume of sphere) Assume the user will be prompted to input theradius r. You can define PI at 3.1416. If the value of v is greater than 10, inform the userthe value is greater than 10

Show more
LEARN MORE EFFECTIVELY AND GET BETTER GRADES!
Ask a Question