Assignment6.docx

Week 6 Assignment

DUE: Jun 16, 2019 11:55 PM

Grade Details

Grade

N/A 

Gradebook Comments

None

Assignment Details

Open Date

May 6, 2019 12:05 AM

Graded?

Yes

Points Possible

100.0

Resubmissions Allowed?

Yes

Remaining Submissions

2

Top of Form

Assignment Instructions

Week 6 Assignment: Variables, IF/THEN/ELSE, Loops  

Instructions:

You will complete this assignment in Python 3.x. Make sure you have downloaded the software and it is installed correctly. You will download it from this site:  https://www.python.org/downloads/ .

You will code the following and submit it in one file. Use the information in the Lessons area for this week to assist you. Save it as a python file (.py), and upload it into the Assignments area.

1.   Create a comment block with the following information:

Your Name

Course Name, Section (example: ENTD200 B002 Spr18)

Instructor name

Week  # 

Date completed

2.   Problem 1: Write a program that will calculate the problem and stop after the condition has been met. 

a=number of loops (start with zero but will increase by 1 after each completed loop)

b=a+1

c=a+b

 

Condition: If c is less than 5, then the loop will continue; else, it will end.

3.   Print a string variable that states the number of loops required to meet the condition for Problem 1.

Assignment Rubric:

Assessment Rubric

Accomplished

Developing

Beginning

Points Available

Points Earned

Comments

Create a comment block with the following information:

Your Name

Course Name, Section (example: ENTD200 B002 Spr19)

Instructor name

Week  # 

Date completed

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

10

10

 

Problem 1: Write a program that will calculate the problem and stop after the condition has been met.

a=number of loops (start with zero but will increase by 1 after each completed loop)

---------------

b=a+1

---------------

c=a+b

--------------

ConditionIf c is less than 5, then the loop will continue; else, it will end.

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

80

80

 

Using correct Python statement for #3,

Print a string variable that states the number of loops required to meet the condition forProblem 1 - (print function with label).   

Student effectively completed the assignment.

Student partially completed the assignment.

Student failed to complete the assignment.

10

10

 

Total

100

100

 

Submission

Bottom of Form