Introduction to Phyon? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Introduction to Phyon?

hello, im a newbie here, I tried to solve this code coach problem but my output is not correct, kindly correct my code and explain it to me. Task : You are making a ticketing system. The price of a single ticket is $100. For children under 3 years of age, the ticket is free. Your program needs to take the ages of 5 passengers as input and output the total price for their tickets. Sample Input: 18 24 2 5 42 Sample Output: 400 I have answered correctly but still not by the results of test cases 1 to 4. https://www.sololearn.com/compiler-playground/c541AZbD669W

25th Sep 2023, 5:48 PM
Tio Dominggus Sihotang
Tio Dominggus Sihotang - avatar
3 Answers
+ 2
Tio Dominggus Sihotang , if you try to solve this code coach exercise, you have to follow the task description. the input is requested as 5 individual inputs, that have to be taken in a loop. what you have done is to use a list with these 5 inputs. this is not what code coach is expecting, so the test cases will fail.
25th Sep 2023, 8:30 PM
Lothar
Lothar - avatar
+ 1
Thanks a lot
26th Sep 2023, 12:09 AM
Tio Dominggus Sihotang
Tio Dominggus Sihotang - avatar
0
The link doesn't open !! But you can take a look of my code https://code.sololearn.com/cFxl2Tf1mnPe/?ref=app
25th Sep 2023, 7:05 PM
Omar Fahmy
Omar Fahmy - avatar