# Introduction In this challenge, we will practice using nested if-else structures to set prices for different seasons and visitor types at a scenic spot. The goal is to calculate ticket prices based on input from the console, considering whether it is a peak season, an off-season, and the occupation of the visitor. By applying discounts, we will determine the final ticket prices for each visitor.
Click the virtual machine below to start practicing