Question: any python prefered ALL Repit You are given a sequence of 4 or more unique, non-zero, positive integers on a single line of Standard Input,
ALL Repit You are given a sequence of 4 or more unique, non-zero, positive integers on a single line of Standard Input, each separated by a single space. The sequence is Your task: 1. Find the 3 largest integers in the sequence 2. Divide each of them by 2 3. Replace them in the sequence by these new numbers 4. Print out the new sequence on a single line of Standard Output, with each integer being separated by a single space Example Input 172 10 20 4 Output 13.5 2 5 10 4 Explanation: The top 3
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
