Question: ENCMP 100 Assignment 3 Please help me how to code part a and part b thanks ENCMP 100-Computer Programming for Engineers Page 1 of 6






ENCMP 100 Assignment 3
Please help me how to code part a and part b
thanks
ENCMP 100-Computer Programming for Engineers Page 1 of 6 ENCMP 100 Computer Programming for Engineers Assignment #3 Due: Monday, Oct. 29, 2018 at 11:55pm MST Objective This assignment is designed to provide you with practice using repetition/loops structures in your program. Loops allow a set of statements) to be repeated. There are basically two types of looping in programming, counted loops and conditional loops. A counted loop allows statement(s) to be repeated for a known number of times, while for the conditional loop, the number of times for the statements to be repeated is not known in advance, but depends on a specified condition in the loop statement Marking Scheme You will get a total of 50 points for completing the following POINTS 17 17 TASK Part A: Correct display of results Part B: Correct display of results ality of code (8 points for each part TOTAL 50 Points for Quality of Code: . Complete file header -2 point . Design (appropriate use and naming of variables)- 2 points .Comments in the code 2 points . Layout (indentation/spacing)-2 point Submission Filename to be used for this assignment Assign3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
