[CS134.U08.EX] 🏋️ Putting it all together – Exercise

CS 134: Programming Fundamentals, Summer 2022

Assignment turn-in link: CANVAS TURN IN

📝 Assignment

Exercises are meant to be solo effort, please try to complete it on your own. You can ask the instructor or a tutor questions if you get really stuck, but all the information you need to complete the assignment is in here, or in the related reading/lectures.

If you get stuck, please post questions in the Unit 8 'Help!' discussion board.

🔧 Setup

FIRST, from your "My Repls" page on Repl.it create a New folder for this weeks' assignments name it Unit02. Within this folder you will create separate Repl projects for each program. When you turn in the assignments, you will copy the URL to your folder as the submission.

🎁 Submitting your work

First, make sure all your programs are inside your Unit02 folder. If they're not you can click on the three dots on the right side of the program name and click "Move".

To submit your work, navigate to the folder for your exercises on replit. Copy the URL to that directory (e.g., https://replit.com/@rsingh13?path=folder/Unit02) and paste it in here in Canvas.

PLEASE GIVE YOUR PROGRAMS THE FOLLOWING NAMES:

  • Unit 08 Program 1
  • Unit 08 Program 2
  • Unit 08 Program 3
  • Unit 08 Program 4

Clean code also means the ability to find the code itself, so if your project is unkempt and hard to navigate you will lose points.

Once you've turned in the assignment, make sure to also post your program in the code review assignment,

💻 Programs

Quick jump: Program 1: Welcomer | Program 2: Sums | Program 3: Area | Program 4: Address

Program 1: Welcomer

DESCRIPTION

~/U02EX_Program1Welcomer$
            

Modifying the program