how to compare values in an array | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

how to compare values in an array

https://www.sololearn.com/learning/eom-project/1051/904 how to solve this?

21st Feb 2022, 8:52 PM
cheetah
2 Answers
+ 2
G'day cheetah that link sends my android phone into a death loop of loading the SoloLearn app. Could you link your "code bit" instead?
21st Feb 2022, 9:47 PM
HungryTradie
HungryTradie - avatar
0
hi I post the problem here: Ticket Office You are working on a ticketing system. A ticket costs $10. The office is running a discount campaign: each group of 5 people is getting a discount, which is determined by the age of the youngest person in the group. You need to create a program that takes the ages of all 5 people as input and outputs the total price of the tickets. Sample Input: 55 28 15 38 63 Sample Output: 42.5 The youngest age is 15, so the group gets a 15% discount from the total price, which is $50 - 15% = $42.5 thank you for your time to read and help me solve this :)
22nd Feb 2022, 2:55 PM
cheetah