Question: Write a python program. The program should accept:o float value type for the amounto integer value type for the year, month, and dayo An error

Write a python program. The program should accept:o float value type for the amounto integer value type for the year, month, and dayo An error should occur if you try to input a float entry for the year, month, or day (program will automatically halt) This program should accept exactly three separate entries. Each sales entry should include an amount, year, month, and day. The program should end after 3 entries and display the sum of the provided amounts. Each time an entry is inputted from the user, the program should display a summary of the input: entry number, date, and the amount. Please pay attention to the syntax and spacing, the program should display it exactly as shown. Overall, pay attention to syntax and spacing, the program should display it exactly as shown in the console output example.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!