This document defines a class called KBC that simulates the game show "Kaun Banega Crorepati" (Who Wants To Be A Millionaire). The class contains questions, options, answers, prize amounts, a history array to track questions asked, and lifeline booleans. The main method initializes a KBC object, randomly selects questions for the player, allows them to use lifelines if needed, and checks their answer to determine if they win the corresponding prize amount or lose. The game is played in a loop until all questions are answered or the player gets a question wrong.