24-25 Revision Worksheet Java Programming
24-25 Revision Worksheet Java Programming
Page 1 of 5
ICSE GRADE8 Java Programming 24-25
Page 2 of 5
ICSE GRADE8 Java Programming 24-25
Page 3 of 5
ICSE GRADE8 Java Programming 24-25
4 A bird sanctuary offers guided tours based on the age of visitors. The
management wants a program to help decide the ticket price based on the
visitors age.
Conditions for Ticket Price:
a) Visitors aged below 5 years get free entry.
b) Visitors aged between 5 and 12 years are charged $10.
c) Visitors aged between 13 and 59 years are charged $20.
d) Visitors aged 60 years or above get a 50% discount, so the ticket costs
$10.
Task:
Write a Python program to:
1. Take the age of a visitor as input.
2. Determine the ticket price based on the given conditions.
3. Display the ticket price.
Page 4 of 5
ICSE GRADE8 Java Programming 24-25
Page 5 of 5