Question: #8573

Week 6 Assignment: Variables IF THEN ELSE Loops Complete Solution

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 for the Week 4 Assignment.
1.    Create a comment block with the following information:
Your Name
Course Name, Section (example: ENTD200 B002 Spr15)
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)
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

Assignment Rubric:

Requirements    Points Available    Points Earned    Comments
Assignment details in a comment block    10    10    
Python commands used to correctly print the solution to Problem 1.    80    80    
Correct Python statement for #3.    10    10    
Total    100    100    

 

Solution: #8599

Week 6 Assignment: Variables IF/THEN/ELSE Loops Complete Solution

This Tutorial is rated A+ p...
Tutormaster
Rating: A+ Purchased: 11 x Posted By: Tutormaster
Comments
Posted by: Tutormaster

Online Users