Question: Researchers found out that Zombies only count using odd numbers. So the Traveling Ticket Examiner of the "Train to Busan" planned to ask the passengers for an even number each to allow them...


Plese use commands for better understanding and give a screenshot of the code


Question:<br>Researchers found out that Zombies only count using odd numbers. So the<br>Traveling Ticket Examiner of the

Extracted text: Question: Researchers found out that Zombies only count using odd numbers. So the Traveling Ticket Examiner of the "Train to Busan" planned to ask the passengers for an even number each to allow them to get into the train. If anyone fails to give even inputs he will be sent to quarantine. You need to write a python program that will calculate the percentage of potential zombies trying to get into that train. Take inputs through a loop until the input “End" Sample Input 1: 13 12 15 17 18 End Sample Output 1: 60 percent Zombies Explanation 1: Out of the 5 inputs, 3 of them are odd. So there are 3 zombies. That means, the percentage of zombies is (3/5)*100% = 60% %3D Sample Input 2: 14 16 18 24 28 52 End

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here