Programming Homework Help

Austin Community College Create a Program Code Computer Programming Exercises

 

The header should be at the beginning of each program.

No magic numbers.

Also, please provide outputs as screenshots? DOC file

For the name use Yasir Alkaradi instead of Mo_ali1

Teacher’s instructions:

7-1. Total Sales

Start
to finish. The actual code is very simple. It’s all the items around that program that are the pain. Since you have been programming for a
number of weeks, you should have a number of blocks of code that you can reuse. That’s a really big hint.

Before you start programming, you are going to have to design the program. Some things you are going to have to handle are:

  1. The days of the week, how do you want the user to spell them, input them? Remember, exact spelling is never a good idea.
  2. How
    many days in the week?. Before you say 7, what if the store only works
    6 days? Should you care? Just assume the user will input the proper number of days. If so, how do you let the program know there are no more days going to be input?
  3. The output has to be properly aligned.

You will give me three items for grading:

  1. A list of the assumptions/requirements you used for the program. This can be a .txt or .docx.
  2. Your program, like normal.
  3. Your output, like normal.

7-7. Driver’s License Exam

Program
is easy but requires some design effort to make it easy. Send the normal things for grading: the program and the output

P.S. we worked together few days ago so you know the system.