Question: Create a Python script file called Exercise _ Ch 0 5 - 2 _ yourLastName.py . ( Replace yourLastName with your last name. ) Write

Create a Python script file called Exercise_Ch05-2_yourLastName.py.(Replace yourLastName with your last name.)
Write a Python program that reads 6 integers and then finds and prints the sum of the even and odd integers. Do not use 6 different variables to take 6 inputs.
Use a while loop to calculate. Allow the user to repeat the program(use a while loop).
Test your program.
Submit your program file.

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!