Final Assignment
Completion requirements
Final Assignment: 36% of your Final Grade
Final Assignment: 36% of your Final Grade
COPY THE CODE AND OUTPUT. PASTE IT INTO A TEXT FILE. HAND IN THE TEXT FILE.
Marks for each question:
Algorithms provided to indicate proper planning for the program | 2 | |
Program performs required function | 6 | |
Comments | 2 | |
Output is easy to read and accurate | 2 | |
----- | ||
Total | 12 |
NOTE: You will notice in the rubric above, you get marks for including the algorithm and providing comments (remarks) in the code to explain what you are doing.
1.
Create a program that asks the user to enter their name and their age.
Print a message addressed to them to tell them the year that they will
turn 100 years old.
2.
Create a program that asks the user to enter the length and width of a
rectangle. Print the length, the width, the area, and the perimeter.
3.
Create a program to ask the user to input their first and last names
and store them in two separate variables. Then, print the last name,
then a comma, then a space and then the first name.
COPY THE CODE AND OUTPUT. PASTE IT INTO A TEXT FILE. HAND IN THE TEXT FILE.