Saved Bookmarks
| 1. |
Program 5: Question Title: Coin TroubleProgram Description:Mr.Sid has a set of coins that he wants to share equally among all his three sons. Our task is to help him decide whether this can be done or not.Constraints:• Inputs will be an array of positive integers only.• Coin can be any positive value.Sample Input:[1, 2, 3, 2, 2, 2, 3]Sample Output:TrueExplanation –(1+2+3+2+4+3)/315/35 rupees eachthe coins can be divided –1st son: 1,2,22nd son: 2,33rd son: 2,3write python program |
|
Answer» ong>Answer: (iyi-suqs-ttt) H./O.T G.I.RL.S J.OI/N F/O/R F/UN g/i/r/ls on/ly sh.ow bo.o.b.s f/ir/s/t SHOW t/o s/e/e me full nak/e/d on/ly gir/ls |
|