fork download
  1. import java.io.*;
  2.  
  3. class FinalExotic
  4.  
  5. {
  6.  
  7.  
  8.  
  9. static String st,wmt,id,sent;
  10.  
  11. static int cd,pr,num;
  12.  
  13. static char a=' ',b=' ',c=' ',d=' ',e=' ',f=' ',g=' ',h=' ',i=' ';
  14.  
  15.  
  16. static int m,y,mt,da,per,tr,ta,cno;
  17. static FinalExotic xo = new FinalExotic();
  18. public static void main()throws IOException
  19.  
  20. {
  21.  
  22.  
  23. System.out.println("******************************************************************************************************************************************");
  24.  
  25. System.out.println("*************************************************WELCOME TO EXOTIC TOURS**************************************************************");
  26.  
  27. System.out.println("******************************************************************************************************************************************");
  28.  
  29. System.out.println("The journey of a thousand miles begins with a single step.....");
  30.  
  31. System.out.println("Explore the world with us");
  32.  
  33. System.out.println("We allow our customers to travel conveniently and provide them a wide varieties of choices to choose from.");
  34.  
  35. for(i=1; ;i++)
  36.  
  37. {
  38.  
  39. System.out.println("The choices are:-\n 1.DOMESTIC TOURS 2.INTERNATIONAL TOURS");
  40.  
  41. System.out.println("Enter your choice:");
  42.  
  43. cd=Integer.parseInt(br.readLine());
  44.  
  45. FinalExotic a=new FinalExotic();
  46.  
  47. switch(cd)
  48.  
  49. {
  50.  
  51. case 1:System.out.println("Explore the wonders of India");
  52.  
  53. System.out.println("Choose your favourite spot:\n a. North India\n b. South India \n c. West India\n d. East India\n e. Central India");
  54.  
  55. char ch=(char)br.read();
  56.  
  57. br.readLine();
  58.  
  59. switch(ch)
  60.  
  61. {
  62.  
  63. case 'a':System.out.println(" WELCOME TO NORTH INDIA");
  64.  
  65. System.out.println("Explore North India with our exclusive packages!!!");
  66.  
  67. System.out.println("Choose your desired Package:-\n1.Best of Kashmir\n 2.Golden Triangle \n 3.Enchanting Himachal");
  68.  
  69. num=Integer.parseInt(br.readLine());
  70.  
  71. if(num==1)
  72.  
  73. {
  74.  
  75. System.out.println("Best of Kashmir\n10 days 9 nights");
  76.  
  77. System.out.println("Highlights:\n*Walk around the world's largest golf course.");
  78.  
  79. System.out.println("*Enjoy a Shikara ride on Dal Lake");
  80.  
  81. System.out.println("*Enjoy the visit to beautiful Mughals garden in Srinagar");
  82.  
  83. System.out.println("PRICE: Rs.23,000");
  84.  
  85. pr=23000;
  86.  
  87. System.out.println("Please enter 'confirm' for booking");
  88.  
  89. String con=br.readLine();
  90.  
  91. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  92.  
  93. System.out.println("Enter the hub of your choice:-\n1.Srinagar\n2.Gulmarg\n3.Pahalgam");
  94.  
  95. int no=Integer.parseInt(br.readLine());
  96.  
  97. System.out.println("Enter the travel date:");
  98.  
  99. da=Integer.parseInt(br.readLine());
  100.  
  101. System.out.println("Enter the month:");
  102.  
  103. m=Integer.parseInt(br.readLine());
  104.  
  105. System.out.println("Enter the year:");
  106.  
  107. y=Integer.parseInt(br.readLine());
  108.  
  109. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  110.  
  111. mt=Integer.parseInt(br.readLine());
  112.  
  113. if(mt==1)
  114.  
  115. {
  116.  
  117. tr=6500;
  118.  
  119. wmt="Airways";
  120.  
  121. }
  122.  
  123. else if(mt==2)
  124.  
  125. {
  126.  
  127. tr=3500;
  128.  
  129. wmt="Rilways";
  130.  
  131. }
  132.  
  133. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  134.  
  135. int n=Integer.parseInt(br.readLine());
  136.  
  137. System.out.println("Enter the number of rooms:");
  138.  
  139. int r=Integer.parseInt(br.readLine());
  140.  
  141. System.out.println("Enter your name:");
  142.  
  143. String na=br.readLine();
  144.  
  145. xo.paysum1();
  146.  
  147. xo.invoice1();
  148.  
  149. }
  150.  
  151. if(num==2)
  152.  
  153. {
  154.  
  155. System.out.println("Golden Triangle\n10 days 9 nights");
  156.  
  157. System.out.println("Highlights:\n* Visit Mathura temple.");
  158.  
  159. System.out.println("Visit Taj Mahal,Agra Fort,Dayal Bagh.");
  160.  
  161. System.out.println("*Visit Amer & Nahergarh Fort.");
  162.  
  163. System.out.println("PRICE: Rs.14,900");
  164.  
  165. pr=14900;
  166.  
  167. System.out.println("Please enter 'confirm' for booking");
  168.  
  169. String con=br.readLine();
  170.  
  171. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  172.  
  173. System.out.println("Enter the hub of your choice:-\n 1.Jaipur\n2.Agra\n3.Delhi");
  174.  
  175. int no=Integer.parseInt(br.readLine());
  176.  
  177. System.out.println("Enter the travel date:");
  178.  
  179. da=Integer.parseInt(br.readLine());
  180.  
  181. System.out.println("Enter the month:");
  182.  
  183. m=Integer.parseInt(br.readLine());
  184.  
  185. System.out.println("Enter the year:");
  186.  
  187. y=Integer.parseInt(br.readLine());
  188.  
  189. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  190.  
  191. int mt=Integer.parseInt(br.readLine());
  192.  
  193. if(mt==1)
  194.  
  195. {
  196.  
  197. tr=6500;
  198.  
  199. }
  200.  
  201. else if(mt==2)
  202.  
  203. {
  204.  
  205. tr=3500;
  206.  
  207. }
  208.  
  209. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  210.  
  211. int n=Integer.parseInt(br.readLine());
  212.  
  213. System.out.println("Enter the number of rooms:");
  214.  
  215. int r=Integer.parseInt(br.readLine());
  216.  
  217. System.out.println("Enter your name:");
  218.  
  219. String na=br.readLine();
  220.  
  221. xo.paysum2();
  222.  
  223. xo.invoice2();
  224.  
  225. }
  226.  
  227. if(num==3)
  228.  
  229. {
  230.  
  231. System.out.println("Enchanting Himachal\n10 days 9 nights");
  232.  
  233. System.out.println("Highlights:\n* Visit the Solang Valley to view snow capped mountains.");
  234.  
  235. System.out.println("Surrender to the charms of nature in Kufri.");
  236.  
  237. System.out.println("PRICE: Rs.20,700");
  238.  
  239. pr=20700;
  240.  
  241. System.out.println("Please enter 'confirm' for booking");
  242.  
  243. String con=br.readLine();
  244.  
  245. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  246.  
  247. System.out.println("Enter the hub of your choice:-\n 1. Shimla\n2.Manali\n3.Chandigarh");
  248.  
  249. int no=Integer.parseInt(br.readLine());
  250.  
  251. System.out.println("Enter the travel date:");
  252.  
  253. da=Integer.parseInt(br.readLine());
  254.  
  255. System.out.println("Enter the month:");
  256.  
  257. m=Integer.parseInt(br.readLine());
  258.  
  259. System.out.println("Enter the year:");
  260.  
  261. y=Integer.parseInt(br.readLine());
  262.  
  263. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  264.  
  265. int mt=Integer.parseInt(br.readLine());
  266.  
  267. if(mt==1)
  268.  
  269. {
  270.  
  271. tr=6500;
  272.  
  273. }
  274.  
  275. else if(mt==2)
  276.  
  277. {
  278.  
  279. tr=3500;
  280.  
  281. }
  282.  
  283. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  284.  
  285. int n=Integer.parseInt(br.readLine());
  286.  
  287. System.out.println("Enter the number of rooms:");
  288.  
  289. int r=Integer.parseInt(br.readLine());
  290.  
  291. System.out.println("Enter your name:");
  292.  
  293. String na=br.readLine();
  294.  
  295. xo.paysum3();
  296.  
  297. xo.invoice3();
  298.  
  299. }
  300.  
  301. break;
  302.  
  303. case 'b':System.out.println(" WELCOME TO SOUTH INDIA");
  304.  
  305. System.out.println("Explore South India with our exclusive packages!!!");
  306.  
  307. System.out.println("Choose your desired Package:-\n1.Enchanting Kerala\n 2.Nilgiri Delight \n 3.Best of Malabar");
  308.  
  309. num=Integer.parseInt(br.readLine());
  310.  
  311. if(num==1)
  312.  
  313. {
  314.  
  315. System.out.println("Enchanting Kerala\n10 days 9 nights");
  316.  
  317. System.out.println("Highlights:\n* Visit Munnar");
  318.  
  319. System.out.println("*Walk through bustling spice market");
  320.  
  321. System.out.println("PRICE: Rs.40,100");
  322.  
  323. pr=40100;
  324.  
  325. System.out.println("Please enter 'confirm' for booking");
  326.  
  327. String con=br.readLine();
  328.  
  329. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  330.  
  331. System.out.println("Enter the hub of your choice:-\n 1.Kochi\n2.Munnar\n3.Allepey");
  332.  
  333. int no=Integer.parseInt(br.readLine());
  334.  
  335. System.out.println("Enter the travel date:");
  336.  
  337. da=Integer.parseInt(br.readLine());
  338.  
  339. System.out.println("Enter the month:");
  340.  
  341. m=Integer.parseInt(br.readLine());
  342.  
  343. System.out.println("Enter the year:");
  344.  
  345. y=Integer.parseInt(br.readLine());
  346.  
  347. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  348.  
  349. int mt=Integer.parseInt(br.readLine());
  350.  
  351. if(mt==1)
  352.  
  353. {
  354.  
  355. tr=4500;
  356.  
  357. }
  358.  
  359. else if(mt==2)
  360.  
  361. {
  362.  
  363. tr=3500;
  364.  
  365. }
  366.  
  367. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  368.  
  369. int n=Integer.parseInt(br.readLine());
  370.  
  371. System.out.println("Enter the number of rooms:");
  372.  
  373. int r=Integer.parseInt(br.readLine());
  374.  
  375. System.out.println("Enter your name:");
  376.  
  377. String na=br.readLine();
  378.  
  379. xo.paysum4();
  380.  
  381. xo.invoice4();
  382.  
  383. }
  384.  
  385. if(num==2)
  386.  
  387. {
  388.  
  389. System.out.println("Nilgiri Delight\n10 days 9 nights");
  390.  
  391. System.out.println("Highlights:\n* Visit to Coonnoor");
  392.  
  393. System.out.println("*Visit Pillar Rocks.");
  394.  
  395. System.out.println("PRICE: Rs.18,700");
  396.  
  397. pr=18700;
  398.  
  399. System.out.println("Please enter 'confirm' for booking");
  400.  
  401. String con=br.readLine();
  402.  
  403. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  404.  
  405. System.out.println("Enter the hub of your choice:-\n 1.Ooty\n2.Kodaikanal");
  406.  
  407. int no=Integer.parseInt(br.readLine());
  408.  
  409. System.out.println("Enter the travel date:");
  410.  
  411. da=Integer.parseInt(br.readLine());
  412.  
  413. System.out.println("Enter the month:");
  414.  
  415. m=Integer.parseInt(br.readLine());
  416.  
  417. System.out.println("Enter the year:");
  418.  
  419. y=Integer.parseInt(br.readLine());
  420.  
  421. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  422.  
  423. int mt=Integer.parseInt(br.readLine());
  424.  
  425. if(mt==1)
  426.  
  427. {
  428.  
  429. tr=3500;
  430.  
  431. }
  432.  
  433. else if(mt==2)
  434.  
  435. {
  436.  
  437. tr=1500;
  438.  
  439. }
  440.  
  441. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  442.  
  443. int n=Integer.parseInt(br.readLine());
  444.  
  445. System.out.println("Enter the number of rooms:");
  446.  
  447. int r=Integer.parseInt(br.readLine());
  448.  
  449. System.out.println("Enter your name:");
  450.  
  451. String na=br.readLine();
  452.  
  453. xo.paysum5();
  454.  
  455. xo.invoice5();
  456.  
  457.  
  458.  
  459. }
  460.  
  461. if(num==3)
  462.  
  463. {
  464.  
  465. System.out.println("South Indian Delight\n10 days 9 nights");
  466.  
  467. System.out.println("Highlights:\n* Visit Hoyasala Temple at Somnathpur.");
  468.  
  469. System.out.println("Visit Srirangapatnam.");
  470.  
  471. System.out.println("PRICE: Rs.22,800");
  472.  
  473. pr=22800;
  474.  
  475. System.out.println("Please enter 'confirm' for booking");
  476.  
  477. String con=br.readLine();
  478.  
  479. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  480.  
  481. System.out.println("Enter the hub of your choice:-\n 1. Mysore\n2.Ooty\n3.Kodaikanal");
  482.  
  483. int no=Integer.parseInt(br.readLine());
  484.  
  485. System.out.println("Enter the travel date:");
  486.  
  487. da=Integer.parseInt(br.readLine());
  488.  
  489. System.out.println("Enter the month:");
  490.  
  491. m=Integer.parseInt(br.readLine());
  492.  
  493. System.out.println("Enter the year:");
  494.  
  495. y=Integer.parseInt(br.readLine());
  496.  
  497. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  498.  
  499. int mt=Integer.parseInt(br.readLine());
  500.  
  501. if(mt==1)
  502.  
  503. {
  504.  
  505. tr=4500;
  506.  
  507. }
  508.  
  509. else if(mt==2)
  510.  
  511. {
  512.  
  513. tr=2500;
  514.  
  515. }
  516.  
  517. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  518.  
  519. int n=Integer.parseInt(br.readLine());
  520.  
  521. System.out.println("Enter the number of rooms:");
  522.  
  523. int r=Integer.parseInt(br.readLine());
  524.  
  525. System.out.println("Enter your name:");
  526.  
  527. String na=br.readLine();
  528.  
  529. xo.paysum6();
  530.  
  531. xo.invoice6();
  532.  
  533.  
  534.  
  535. }
  536.  
  537. break;
  538.  
  539. case 'c':System.out.println(" WELCOME TO WEST INDIA");
  540.  
  541. System.out.println("Explore West India with our exclusive packages!!!");
  542.  
  543. System.out.println("Choose your desired Package:-\n1.Goa\n 2.Temple Tour of Gujarat \n 3.Colours of Gujarat");
  544.  
  545. int num=Integer.parseInt(br.readLine());
  546.  
  547. if(num==1)
  548.  
  549. {
  550.  
  551. System.out.println("Goa\n10 days 9 nights");
  552.  
  553. System.out.println("Highlights:\n* Walk on the beautigul Goa beach.");
  554.  
  555. System.out.println("PRICE: Rs.16,500");
  556.  
  557. pr=16500;
  558.  
  559. System.out.println("Please enter 'confirm' for booking");
  560.  
  561. String con=br.readLine();
  562.  
  563. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  564.  
  565. System.out.println("Enter the hub of your choice:-\n 1.Goa");
  566.  
  567. int no=Integer.parseInt(br.readLine());
  568.  
  569. System.out.println("Enter the travel date:");
  570.  
  571. da=Integer.parseInt(br.readLine());
  572.  
  573. System.out.println("Enter the month:");
  574.  
  575. m=Integer.parseInt(br.readLine());
  576.  
  577. System.out.println("Enter the year:");
  578.  
  579. y=Integer.parseInt(br.readLine());
  580.  
  581. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  582.  
  583. int mt=Integer.parseInt(br.readLine());
  584.  
  585. if(mt==1)
  586.  
  587. {
  588.  
  589. tr=6500;
  590.  
  591. }
  592.  
  593. else if(mt==2)
  594.  
  595. {
  596.  
  597. tr=3500;
  598.  
  599. }
  600.  
  601. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  602.  
  603. int n=Integer.parseInt(br.readLine());
  604.  
  605. System.out.println("Enter the number of rooms:");
  606.  
  607. int r=Integer.parseInt(br.readLine());
  608.  
  609. System.out.println("Enter your name:");
  610.  
  611. String na=br.readLine();
  612.  
  613. xo.paysum7();
  614.  
  615. xo.invoice7();
  616.  
  617. }
  618.  
  619. if(num==2)
  620.  
  621. {
  622.  
  623. System.out.println("Temple Tour of Gujarat \n10 days 9 nights");
  624.  
  625. System.out.println("Highlights:\n* Visit the Sun Temple.");
  626.  
  627. System.out.println("*Visit Rukmini Temple.");
  628.  
  629. System.out.println("PRICE: Rs.35000");
  630.  
  631. pr=35000;
  632.  
  633. System.out.println("Please enter 'confirm' for booking");
  634.  
  635. String con=br.readLine();
  636.  
  637. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  638.  
  639. System.out.println("Enter the hub of your choice:-\n 1.Ahmedabad\n2.Rajkot");
  640.  
  641. int no=Integer.parseInt(br.readLine());
  642.  
  643. System.out.println("Enter the travel date:");
  644.  
  645. da=Integer.parseInt(br.readLine());
  646.  
  647. System.out.println("Enter the month:");
  648.  
  649. m=Integer.parseInt(br.readLine());
  650.  
  651. System.out.println("Enter the year:");
  652.  
  653. y=Integer.parseInt(br.readLine());
  654.  
  655. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  656.  
  657. int mt=Integer.parseInt(br.readLine());
  658.  
  659. if(mt==1)
  660.  
  661. {
  662.  
  663. tr=6500;
  664.  
  665. }
  666.  
  667. else if(mt==2)
  668.  
  669. {
  670.  
  671. tr=1500;
  672.  
  673. }
  674.  
  675. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  676.  
  677. int n=Integer.parseInt(br.readLine());
  678.  
  679. System.out.println("Enter the number of rooms:");
  680.  
  681. int r=Integer.parseInt(br.readLine());
  682.  
  683. System.out.println("Enter your name:");
  684.  
  685. String na=br.readLine();
  686.  
  687. xo.paysum8();
  688.  
  689. xo.invoice8();
  690.  
  691. }
  692.  
  693. if(num==3)
  694.  
  695. {
  696.  
  697. System.out.println("Colours of Gujarat\n10 days 9 nights");
  698.  
  699. System.out.println("Highlights:\n* Safari at Gir National park.");
  700.  
  701. System.out.println("Explore Indus Valley Civilization.");
  702.  
  703. System.out.println("PRICE: Rs.37,000");
  704.  
  705. pr=37000;
  706.  
  707. System.out.println("Please enter 'confirm' for booking");
  708.  
  709. String con=br.readLine();
  710.  
  711. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  712.  
  713. System.out.println("Enter the hub of your choice:-\n 1.Ahmedabad\n2.Rajkot");
  714.  
  715. int no=Integer.parseInt(br.readLine());
  716.  
  717. System.out.println("Enter the travel date:");
  718.  
  719. da=Integer.parseInt(br.readLine());
  720.  
  721. System.out.println("Enter the month:");
  722.  
  723. m=Integer.parseInt(br.readLine());
  724.  
  725. System.out.println("Enter the year:");
  726.  
  727. y=Integer.parseInt(br.readLine());
  728.  
  729. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  730.  
  731. int mt=Integer.parseInt(br.readLine());
  732.  
  733. if(mt==1)
  734.  
  735. {
  736.  
  737. tr=4500;
  738.  
  739. }
  740.  
  741. else if(mt==2)
  742.  
  743. {
  744.  
  745. tr=2500;
  746.  
  747. }
  748.  
  749. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  750.  
  751. int n=Integer.parseInt(br.readLine());
  752.  
  753. System.out.println("Enter the number of rooms:");
  754.  
  755. int r=Integer.parseInt(br.readLine());
  756.  
  757. System.out.println("Enter your name:");
  758.  
  759. String na=br.readLine();
  760.  
  761. xo.paysum9();
  762.  
  763. xo.invoice9();
  764.  
  765. }
  766.  
  767. break;
  768.  
  769. case 'd':System.out.println(" WELCOME TO EAST INDIA");
  770.  
  771. System.out.println("Explore East India with our exclusive packages!!!");
  772.  
  773. System.out.println("Choose your desired Package:-\n1.Rayal Nepal\n 2.Eastern Himalayan Delight \n 3.Hills of East");
  774.  
  775. num=Integer.parseInt(br.readLine());
  776.  
  777. if(num==1)
  778.  
  779. {
  780.  
  781. System.out.println("Rayal Nepal\n10 days 9 nights");
  782.  
  783. System.out.println("Highlights:\n* Enjoy the safari at Chitwan National Park .");
  784.  
  785. System.out.println("PRICE: Rs.29,000");
  786.  
  787. pr=29000;
  788.  
  789. System.out.println("Please enter 'confirm' for booking");
  790.  
  791. String con=br.readLine();
  792.  
  793. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  794.  
  795. System.out.println("Enter the hub of your choice:-\n 1.Chitwan");
  796.  
  797. int no=Integer.parseInt(br.readLine());
  798.  
  799. System.out.println("Enter the travel date:");
  800.  
  801. da=Integer.parseInt(br.readLine());
  802.  
  803. System.out.println("Enter the month:");
  804.  
  805. m=Integer.parseInt(br.readLine());
  806.  
  807. System.out.println("Enter the year:");
  808.  
  809. y=Integer.parseInt(br.readLine());
  810.  
  811. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  812.  
  813. int mt=Integer.parseInt(br.readLine());
  814.  
  815. if(mt==1)
  816.  
  817. {
  818.  
  819. tr=6500;
  820.  
  821. }
  822.  
  823. else if(mt==2)
  824.  
  825. {
  826.  
  827. tr=3500;
  828.  
  829. }
  830.  
  831. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  832.  
  833. int n=Integer.parseInt(br.readLine());
  834.  
  835. System.out.println("Enter the number of rooms:");
  836.  
  837. int r=Integer.parseInt(br.readLine());
  838.  
  839. System.out.println("Enter your name:");
  840.  
  841. String na=br.readLine();
  842.  
  843. xo.paysum10();
  844.  
  845. xo.invoice10();
  846.  
  847. }
  848.  
  849. if(num==2)
  850.  
  851. {
  852.  
  853. System.out.println("Eastern Himalayan Delight \n10 days 9 nights");
  854.  
  855. System.out.println("Highlights:\n* Visit Tiger Hill.");
  856.  
  857. System.out.println("*Visit the beautiful Tshanghu lake.");
  858.  
  859. System.out.println("PRICE: Rs.39,000");
  860.  
  861. pr=39000;
  862.  
  863. System.out.println("Please enter 'confirm' for booking");
  864.  
  865. String con=br.readLine();
  866.  
  867. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  868.  
  869. System.out.println("Enter the hub of your choice:-\n 1.Gangtok\n2.Pelling");
  870.  
  871. int no=Integer.parseInt(br.readLine());
  872.  
  873. System.out.println("Enter the travel date:");
  874.  
  875. da=Integer.parseInt(br.readLine());
  876.  
  877. System.out.println("Enter the month:");
  878.  
  879. m=Integer.parseInt(br.readLine());
  880.  
  881. System.out.println("Enter the year:");
  882.  
  883. y=Integer.parseInt(br.readLine());
  884.  
  885. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  886.  
  887. int mt=Integer.parseInt(br.readLine());
  888.  
  889. if(mt==1)
  890.  
  891. {
  892.  
  893. tr=6500;
  894.  
  895. }
  896.  
  897. else if(mt==2)
  898.  
  899. {
  900.  
  901. tr=1500;
  902.  
  903. }
  904.  
  905. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  906.  
  907. int n=Integer.parseInt(br.readLine());
  908.  
  909. System.out.println("Enter the number of rooms:");
  910.  
  911. int r=Integer.parseInt(br.readLine());
  912.  
  913. System.out.println("Enter your name:");
  914.  
  915. String na=br.readLine();
  916.  
  917. xo.paysum11();
  918.  
  919. xo.invoice11();
  920.  
  921. }
  922.  
  923. if(num==3)
  924.  
  925. {
  926.  
  927. System.out.println("Hills of East\n10 days 9 nights");
  928.  
  929. System.out.println("Highlights:\n* Visit Tiger Hill.");
  930.  
  931. System.out.println("*Visit the beautiful Tshanghu lake.");
  932.  
  933. System.out.println("PRICE: Rs.40,000");
  934.  
  935. pr=40000;
  936.  
  937. System.out.println("Please enter 'confirm' for booking");
  938.  
  939. String con=br.readLine();
  940.  
  941. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  942.  
  943. System.out.println("Enter the hub of your choice:-\n 1.Darjeeling\n2.Gangtok\n3.Pelling");
  944.  
  945. int no=Integer.parseInt(br.readLine());
  946.  
  947. System.out.println("Enter the travel date:");
  948.  
  949. da=Integer.parseInt(br.readLine());
  950.  
  951. System.out.println("Enter the month:");
  952.  
  953. m=Integer.parseInt(br.readLine());
  954.  
  955. System.out.println("Enter the year:");
  956.  
  957. y=Integer.parseInt(br.readLine());
  958.  
  959. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  960.  
  961. int mt=Integer.parseInt(br.readLine());
  962.  
  963. if(mt==1)
  964.  
  965. {
  966.  
  967. tr=4500;
  968.  
  969. }
  970.  
  971. else if(mt==2)
  972.  
  973. {
  974.  
  975. tr=2500;
  976.  
  977. }
  978.  
  979. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  980.  
  981. int n=Integer.parseInt(br.readLine());
  982.  
  983. System.out.println("Enter the number of rooms:");
  984.  
  985. int r=Integer.parseInt(br.readLine());
  986.  
  987. System.out.println("Enter your name:");
  988.  
  989. String na=br.readLine();
  990.  
  991. xo.paysum12();
  992.  
  993. xo.invoice12();
  994.  
  995. }
  996.  
  997. break;
  998.  
  999. case 'e':System.out.println(" WELCOME TO CENTRAL INDIA");
  1000.  
  1001. System.out.println("Explore Central India with our exclusive packages!!!");
  1002.  
  1003. System.out.println("Choose your desired Package:-\n1.Heart of India \n 2.Classic Madhya Pradesh ");
  1004.  
  1005. num=Integer.parseInt(br.readLine());
  1006.  
  1007. if(num==1)
  1008.  
  1009. {
  1010.  
  1011. System.out.println("Heart \n8 days 7 nights");
  1012.  
  1013. System.out.println("Highlights:\n* Travel to the city of lakes Bhopal .");
  1014.  
  1015. System.out.println("PRICE: Rs.32,000");
  1016.  
  1017. pr=32000;
  1018.  
  1019. System.out.println("Please enter 'confirm' for booking");
  1020.  
  1021. String con=br.readLine();
  1022.  
  1023. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1024.  
  1025. System.out.println("Enter the hub of your choice:-\n 1.Bhopal\n2.Jaipur");
  1026.  
  1027. int no=Integer.parseInt(br.readLine());
  1028.  
  1029. System.out.println("Enter the travel date:");
  1030.  
  1031. da=Integer.parseInt(br.readLine());
  1032.  
  1033. System.out.println("Enter the month:");
  1034.  
  1035. m=Integer.parseInt(br.readLine());
  1036.  
  1037. System.out.println("Enter the year:");
  1038.  
  1039. y=Integer.parseInt(br.readLine());
  1040.  
  1041. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  1042.  
  1043. int mt=Integer.parseInt(br.readLine());
  1044.  
  1045. if(mt==1)
  1046.  
  1047. {
  1048.  
  1049. tr=6500;
  1050.  
  1051. }
  1052.  
  1053. else if(mt==2)
  1054.  
  1055. {
  1056.  
  1057. tr=3500;
  1058.  
  1059. }
  1060.  
  1061. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1062.  
  1063. int n=Integer.parseInt(br.readLine());
  1064.  
  1065. System.out.println("Enter the number of rooms:");
  1066.  
  1067. int r=Integer.parseInt(br.readLine());
  1068.  
  1069. System.out.println("Enter your name:");
  1070.  
  1071. String na=br.readLine();
  1072.  
  1073. xo.paysum13();
  1074.  
  1075. xo.invoice13();
  1076.  
  1077. }
  1078.  
  1079. if(num==2)
  1080.  
  1081. {
  1082.  
  1083. System.out.println("Classic Madhya Pradesh \n10 days 9 nights");
  1084.  
  1085. System.out.println("Highlights:\n* Discover the rich culture of Agra.");
  1086.  
  1087. System.out.println("*Explore Taj Mahal.");
  1088.  
  1089. System.out.println("PRICE: Rs.22,000");
  1090.  
  1091. pr=22000;
  1092.  
  1093. System.out.println("Please enter 'confirm' for booking");
  1094.  
  1095. String con=br.readLine();
  1096.  
  1097. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1098.  
  1099. System.out.println("Enter the hub of your choice:-\n 1.Agra\n2.Bhopal");
  1100.  
  1101. int no=Integer.parseInt(br.readLine());
  1102.  
  1103. System.out.println("Enter the travel date:");
  1104.  
  1105. da=Integer.parseInt(br.readLine());
  1106.  
  1107. System.out.println("Enter the month:");
  1108.  
  1109. m=Integer.parseInt(br.readLine());
  1110.  
  1111. System.out.println("Enter the year:");
  1112.  
  1113. y=Integer.parseInt(br.readLine());
  1114.  
  1115. System.out.println("Choose the Mode of Transport:\n 1.Airways \n2.Railways");
  1116.  
  1117. int mt=Integer.parseInt(br.readLine());
  1118.  
  1119. if(mt==1)
  1120.  
  1121. {
  1122.  
  1123. tr=6500;
  1124.  
  1125. }
  1126.  
  1127. else if(mt==2)
  1128.  
  1129. {
  1130.  
  1131. tr=1500;
  1132.  
  1133. }
  1134.  
  1135. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1136.  
  1137. int n=Integer.parseInt(br.readLine());
  1138.  
  1139. System.out.println("Enter the number of rooms:");
  1140.  
  1141. int r=Integer.parseInt(br.readLine());
  1142.  
  1143. System.out.println("Enter your name:");
  1144.  
  1145. String na=br.readLine();
  1146.  
  1147. xo.paysum14();
  1148.  
  1149. xo.invoice14();
  1150.  
  1151. }
  1152.  
  1153.  
  1154.  
  1155. break;
  1156.  
  1157. }
  1158.  
  1159. break;
  1160.  
  1161. case 2:System.out.println("Explore the world with us.");
  1162.  
  1163. System.out.println("Choose your favourite spot:\n f.Europe Tour Package\ng.Far East Tours \n h.Travel to Australia-New Zealand\n i.Exotic Internatiional Vacations");
  1164.  
  1165. char cm=(char)br.read();
  1166.  
  1167. br.readLine();
  1168.  
  1169. switch(cm)
  1170.  
  1171. {
  1172.  
  1173. case 'f':System.out.println(" EUROPE TOUR PACKAGES");
  1174.  
  1175. System.out.println("Explore Europe with our exclusive packages!!!");
  1176.  
  1177. System.out.println("Choose your desired Package:-\n1.Marvels of Europe\n 2.Romantic Russia \n 3.French Swiss Medley.");
  1178.  
  1179. int num=Integer.parseInt(br.readLine());
  1180.  
  1181. if(num==1)
  1182.  
  1183. {
  1184.  
  1185. System.out.println("Marvels of Europe\n10 days 9 nights");
  1186.  
  1187. System.out.println("Highlights:\n*Meet Mickey and Minni in Euro Disney Park.");
  1188.  
  1189. System.out.println("*Exclusive Mt. Cox and Kings with Gala dinner in Switzerland.");
  1190.  
  1191. System.out.println("*Be dazzled in Swarovski Crystal World.");
  1192.  
  1193. System.out.println("PRICE: Rs.1,20,000");
  1194.  
  1195. pr=120000;
  1196.  
  1197. System.out.println("Please enter 'confirm' for booking");
  1198.  
  1199. String con=br.readLine();
  1200.  
  1201. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1202.  
  1203. System.out.println("Enter the hub of your choice:-\n 1.France\n2.Switzerland \n3. Austria");
  1204.  
  1205. int no=Integer.parseInt(br.readLine());
  1206.  
  1207. System.out.println("Enter the travel date:");
  1208.  
  1209. da=Integer.parseInt(br.readLine());
  1210.  
  1211. System.out.println("Enter the month:");
  1212.  
  1213. m=Integer.parseInt(br.readLine());
  1214.  
  1215. System.out.println("Enter the year:");
  1216.  
  1217. y=Integer.parseInt(br.readLine());
  1218.  
  1219. tr=55000;
  1220.  
  1221. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1222.  
  1223. int n=Integer.parseInt(br.readLine());
  1224.  
  1225. System.out.println("Enter the number of rooms:");
  1226.  
  1227. int r=Integer.parseInt(br.readLine());
  1228.  
  1229. System.out.println("Enter your name:");
  1230.  
  1231. String na=br.readLine();
  1232.  
  1233. xo.paysum15();
  1234.  
  1235. xo.invoice15();
  1236.  
  1237. }
  1238.  
  1239. if(num==2)
  1240.  
  1241. {
  1242.  
  1243. System.out.println("Romantic Russia\n10 days 9 nights");
  1244.  
  1245. System.out.println("Highlights:\n*Tour of the lovely Pushkin city .");
  1246.  
  1247. System.out.println("*Boat ride in St. Petersburg.");
  1248.  
  1249. System.out.println("*Sightseeing That Takes Your Breath Away - Enjoy the scenic journey through Europe ");
  1250.  
  1251. System.out.println("PRICE: Rs.1,55,000");
  1252.  
  1253. pr=155000;
  1254.  
  1255. System.out.println("Please enter 'confirm' for booking");
  1256.  
  1257. String con=br.readLine();
  1258.  
  1259. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1260.  
  1261. System.out.println("Enter the hub of your choice:-\n 1.Russian Federation");
  1262.  
  1263. int no=Integer.parseInt(br.readLine());
  1264.  
  1265. System.out.println("Enter the travel date:");
  1266.  
  1267. da=Integer.parseInt(br.readLine());
  1268.  
  1269. System.out.println("Enter the month:");
  1270.  
  1271. m=Integer.parseInt(br.readLine());
  1272.  
  1273. System.out.println("Enter the year:");
  1274.  
  1275. y=Integer.parseInt(br.readLine());
  1276.  
  1277. tr=50000;
  1278.  
  1279. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1280.  
  1281. int n=Integer.parseInt(br.readLine());
  1282.  
  1283. System.out.println("Enter the number of rooms:");
  1284.  
  1285. int r=Integer.parseInt(br.readLine());
  1286.  
  1287. System.out.println("Enter your name:");
  1288.  
  1289. String na=br.readLine();
  1290.  
  1291. xo.paysum16();
  1292.  
  1293. xo.invoice16();
  1294.  
  1295. }
  1296.  
  1297. if(num==3)
  1298.  
  1299. {
  1300.  
  1301. System.out.println("French Swiss Medley\n10 days 9 nights");
  1302.  
  1303. System.out.println("Highlights:\n*World Famous Lido Show and an illumination tour of the City of Lights. ");
  1304.  
  1305. System.out.println("*Views of Paris from the River Seine Cruise.");
  1306.  
  1307. System.out.println("PRICE: Rs.1,41,000");
  1308.  
  1309. pr=141000;
  1310.  
  1311. System.out.println("Please enter 'confirm' for booking");
  1312.  
  1313. String con=br.readLine();
  1314.  
  1315. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1316.  
  1317. System.out.println("Enter the hub of your choice:-\n 1.France \n2.Switzerland");
  1318.  
  1319. int no=Integer.parseInt(br.readLine());
  1320.  
  1321. System.out.println("Enter the travel date:");
  1322.  
  1323. da=Integer.parseInt(br.readLine());
  1324.  
  1325. System.out.println("Enter the month:");
  1326.  
  1327. m=Integer.parseInt(br.readLine());
  1328.  
  1329. System.out.println("Enter the year:");
  1330.  
  1331. y=Integer.parseInt(br.readLine());
  1332.  
  1333. tr=50000;
  1334.  
  1335. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1336.  
  1337. int n=Integer.parseInt(br.readLine());
  1338.  
  1339. System.out.println("Enter the number of rooms:");
  1340.  
  1341. int r=Integer.parseInt(br.readLine());
  1342.  
  1343. System.out.println("Enter your name:");
  1344.  
  1345. String na=br.readLine();
  1346.  
  1347. xo.paysum17();
  1348.  
  1349. xo.invoice17();
  1350.  
  1351. }
  1352.  
  1353. break;
  1354.  
  1355. case 'g':System.out.println(" FAR EAST TOURS");
  1356.  
  1357. System.out.println("Explore Thailand,Singapore,Hong Kong & Macau with our exclusive packages!!!");
  1358.  
  1359. System.out.println("Choose your desired Package:-\n1.Instant Thailand\n 2.Instant Singapore \n 3.Instant Hong Kong & Macau");
  1360.  
  1361. num=Integer.parseInt(br.readLine());
  1362.  
  1363. if(num==1)
  1364.  
  1365. {
  1366.  
  1367. System.out.println("Instant Thailand\n10 days 9 nights");
  1368.  
  1369. System.out.println("Highlights:\n*Bangkok city tour. ");
  1370.  
  1371. System.out.println("*Relax on the Idyllic Coral Island in Pattaya.");
  1372.  
  1373. System.out.println("PRICE: Rs.55,000");
  1374.  
  1375. pr=55000;
  1376.  
  1377. System.out.println("Please enter 'Confirm' for booking");
  1378.  
  1379. String con=br.readLine();
  1380.  
  1381. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1382.  
  1383. System.out.println("Enter the hub of your choice:-\n 1.Thailand");
  1384.  
  1385. int no=Integer.parseInt(br.readLine());
  1386.  
  1387. System.out.println("Enter the travel date:");
  1388.  
  1389. da=Integer.parseInt(br.readLine());
  1390.  
  1391. System.out.println("Enter the month:");
  1392.  
  1393. m=Integer.parseInt(br.readLine());
  1394.  
  1395. System.out.println("Enter the year:");
  1396.  
  1397. y=Integer.parseInt(br.readLine());
  1398.  
  1399. tr=30000;
  1400.  
  1401. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1402.  
  1403. int n=Integer.parseInt(br.readLine());
  1404.  
  1405. System.out.println("Enter the number of rooms:");
  1406.  
  1407. int r=Integer.parseInt(br.readLine());
  1408.  
  1409. System.out.println("Enter your name:");
  1410.  
  1411. String na=br.readLine();
  1412.  
  1413. xo.paysum18();
  1414.  
  1415. xo.invoice18();
  1416.  
  1417. }
  1418.  
  1419. if(num==2)
  1420.  
  1421. {
  1422.  
  1423. System.out.println("Instant Singapore\n10 days 9 nights");
  1424.  
  1425. System.out.println("Highlights:\n*Enjoy panoramic city tour of Singapore. ");
  1426.  
  1427. System.out.println("*Enjoy half day Santosa Island");
  1428.  
  1429. System.out.println("PRICE: Rs.61,800");
  1430.  
  1431. pr=61800;
  1432.  
  1433. System.out.println("Please enter 'confirm' for booking");
  1434.  
  1435. String con=br.readLine();
  1436.  
  1437. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1438.  
  1439. System.out.println("Enter the hub of your choice:-\n 1.Singapore");
  1440.  
  1441. int no=Integer.parseInt(br.readLine());
  1442.  
  1443. System.out.println("Enter the travel date:");
  1444.  
  1445. da=Integer.parseInt(br.readLine());
  1446.  
  1447. System.out.println("Enter the month:");
  1448.  
  1449. m=Integer.parseInt(br.readLine());
  1450.  
  1451. System.out.println("Enter the year:");
  1452.  
  1453. y=Integer.parseInt(br.readLine());
  1454.  
  1455. tr=40000;
  1456.  
  1457. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1458.  
  1459. int n=Integer.parseInt(br.readLine());
  1460.  
  1461. System.out.println("Enter the number of rooms:");
  1462.  
  1463. int r=Integer.parseInt(br.readLine());
  1464.  
  1465. System.out.println("Enter your name:");
  1466.  
  1467. String na=br.readLine();
  1468.  
  1469. xo.paysum19();
  1470.  
  1471. xo.invoice19();
  1472.  
  1473. }
  1474.  
  1475. if(num==3)
  1476.  
  1477. {
  1478.  
  1479. System.out.println("Instant Hong Kong & Macau\n10 days 9 nights");
  1480.  
  1481. System.out.println("Highlights:\n*Enjoy the city tour of Macau. ");
  1482.  
  1483. System.out.println("*Enjoy panoramic city tour of Hong Kong with Madame Tussauds.");
  1484.  
  1485. System.out.println("PRICE: Rs.79,000");
  1486.  
  1487. pr=79000;
  1488.  
  1489. System.out.println("Please enter 'confirm' for booking");
  1490.  
  1491. String con=br.readLine();
  1492.  
  1493. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1494.  
  1495. System.out.println("Enter the hub of your choice:-\n 1.Hong Kong \n2.Macau");
  1496.  
  1497. int no=Integer.parseInt(br.readLine());
  1498.  
  1499. System.out.println("Enter the travel date:");
  1500.  
  1501. da=Integer.parseInt(br.readLine());
  1502.  
  1503. System.out.println("Enter the month:");
  1504.  
  1505. m=Integer.parseInt(br.readLine());
  1506.  
  1507. System.out.println("Enter the year:");
  1508.  
  1509. y=Integer.parseInt(br.readLine());
  1510.  
  1511. tr=50000;
  1512.  
  1513. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1514.  
  1515. int n=Integer.parseInt(br.readLine());
  1516.  
  1517. System.out.println("Enter the number of rooms:");
  1518.  
  1519. int r=Integer.parseInt(br.readLine());
  1520.  
  1521. System.out.println("Enter your name:");
  1522.  
  1523. String na=br.readLine();
  1524.  
  1525. xo.paysum20();
  1526.  
  1527. xo.invoice20();
  1528.  
  1529. }
  1530.  
  1531. break;
  1532.  
  1533. case 'h':System.out.println("TRAVEL TO AUSTRALIA-NEW ZEALAND");
  1534.  
  1535. System.out.println("Explore Australia and New Zealnd with our exclusive packages!!!");
  1536.  
  1537. System.out.println("Choose your desired Package:-\n1.Magical Australia\n 2.Auatralia & New Zealand");
  1538.  
  1539. num=Integer.parseInt(br.readLine());
  1540.  
  1541. if(num==1)
  1542.  
  1543. {
  1544.  
  1545. System.out.println("Magical Australia\n10 days 9 nights");
  1546.  
  1547. System.out.println("Highlights:\n* Visit Philip Island..");
  1548.  
  1549. System.out.println("PRICE: Rs.2,34,000");
  1550.  
  1551. pr=234000;
  1552.  
  1553. System.out.println("Please enter 'confirm' for booking");
  1554.  
  1555. String con=br.readLine();
  1556.  
  1557. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1558.  
  1559. System.out.println("Enter the hub of your choice:-\n 1.Australia");
  1560.  
  1561. int no=Integer.parseInt(br.readLine());
  1562.  
  1563. System.out.println("Enter the travel date:");
  1564.  
  1565. da=Integer.parseInt(br.readLine());
  1566.  
  1567. System.out.println("Enter the month:");
  1568.  
  1569. m=Integer.parseInt(br.readLine());
  1570.  
  1571. System.out.println("Enter the year:");
  1572.  
  1573. y=Integer.parseInt(br.readLine());
  1574.  
  1575. tr=70000;
  1576.  
  1577. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1578.  
  1579. int n=Integer.parseInt(br.readLine());
  1580.  
  1581. System.out.println("Enter the number of rooms:");
  1582.  
  1583. int r=Integer.parseInt(br.readLine());
  1584.  
  1585. System.out.println("Enter your name:");
  1586.  
  1587. String na=br.readLine();
  1588.  
  1589. xo.paysum21();
  1590.  
  1591. xo.invoice21();
  1592.  
  1593. }
  1594.  
  1595. if(num==2)
  1596.  
  1597. {
  1598.  
  1599. System.out.println("Australia & New Zealand\n10 days 9 nights");
  1600.  
  1601. System.out.println("Highlights:\n*Enjoy Helicopter ride at Gold Coast (05 Minutes)");
  1602.  
  1603. System.out.println("*Spend a thrilling day at Movie World, Sea World & Dream World.");
  1604.  
  1605. System.out.println("PRICE: Rs.3,65,000");
  1606.  
  1607. pr=365000;
  1608.  
  1609. System.out.println("Please enter 'confirm' for booking");
  1610.  
  1611. String con=br.readLine();
  1612.  
  1613. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1614.  
  1615. System.out.println("Enter the hub of your choice:-\n 1.Australia \n2.New Zealand");
  1616.  
  1617. int no=Integer.parseInt(br.readLine());
  1618.  
  1619. System.out.println("Enter the travel date:");
  1620.  
  1621. da=Integer.parseInt(br.readLine());
  1622.  
  1623. System.out.println("Enter the month:");
  1624.  
  1625. m=Integer.parseInt(br.readLine());
  1626.  
  1627. System.out.println("Enter the year:");
  1628.  
  1629. y=Integer.parseInt(br.readLine());
  1630.  
  1631. tr=80000;
  1632.  
  1633. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1634.  
  1635. int n=Integer.parseInt(br.readLine());
  1636.  
  1637. System.out.println("Enter the number of rooms:");
  1638.  
  1639. int r=Integer.parseInt(br.readLine());
  1640.  
  1641. System.out.println("Enter your name:");
  1642.  
  1643. String na=br.readLine();
  1644.  
  1645. xo.paysum22();
  1646.  
  1647. xo.invoice22();
  1648.  
  1649. }
  1650.  
  1651. break;
  1652.  
  1653. case 'i':System.out.println("EXOTIC INTERNATIONAL VACATIONS");
  1654.  
  1655. System.out.println("Explore China, Dubai & South Africa with our exclusive packages!!!");
  1656.  
  1657. System.out.println("Choose your desired Package:-\n1.Magical China\n 2.South African Sojourn \n 3.Dubai Delight");
  1658.  
  1659. num=Integer.parseInt(br.readLine());
  1660.  
  1661. if(num==1)
  1662.  
  1663. {
  1664.  
  1665. System.out.println("Magical China\n10 days 9 nights");
  1666.  
  1667. System.out.println("Highlights:\n* Enjoy a cable car ride at the Great Wall.");
  1668.  
  1669. System.out.println("PRICE: Rs.1,35,000");
  1670.  
  1671. pr=135000;
  1672.  
  1673. System.out.println("Please enter 'confirm' for booking");
  1674.  
  1675. String con=br.readLine();
  1676.  
  1677. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1678.  
  1679. System.out.println("Enter the hub of your choice:-\n 1.China");
  1680.  
  1681. int no=Integer.parseInt(br.readLine());
  1682.  
  1683. System.out.println("Enter the travel date:");
  1684.  
  1685. da=Integer.parseInt(br.readLine());
  1686.  
  1687. System.out.println("Enter the month:");
  1688.  
  1689. m=Integer.parseInt(br.readLine());
  1690.  
  1691. System.out.println("Enter the year:");
  1692.  
  1693. y=Integer.parseInt(br.readLine());
  1694.  
  1695. tr=40000;
  1696.  
  1697. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1698.  
  1699. int n=Integer.parseInt(br.readLine());
  1700.  
  1701. System.out.println("Enter the number of rooms:");
  1702.  
  1703. int r=Integer.parseInt(br.readLine());
  1704.  
  1705. System.out.println("Enter your name:");
  1706.  
  1707. String na=br.readLine();
  1708.  
  1709. xo.paysum23();
  1710.  
  1711. xo.invoice23();
  1712.  
  1713. }
  1714.  
  1715. if(num==2)
  1716.  
  1717. {
  1718.  
  1719. System.out.println("South African Sojourn \n10 days 9 nights");
  1720.  
  1721. System.out.println("Highlights:\n* Spend one night in Sun City.");
  1722.  
  1723. System.out.println("*See superb views of Cape Town spread out before you from the top of Table Mountain.");
  1724.  
  1725. System.out.println("PRICE: Rs.1,33,000");
  1726.  
  1727. pr=133000;
  1728.  
  1729. System.out.println("Please enter 'confirm' for booking");
  1730.  
  1731. String con=br.readLine();
  1732.  
  1733. System.out.println("******PLEASE CHECK YOUR PRICE & AVAILABILITY******");
  1734.  
  1735. System.out.println("Enter the hub of your choice:-\n 1.South Africa");
  1736.  
  1737. int no=Integer.parseInt(br.readLine());
  1738.  
  1739. System.out.println("Enter the travel date:");
  1740.  
  1741. da=Integer.parseInt(br.readLine());
  1742.  
  1743. System.out.println("Enter the month:");
  1744.  
  1745. m=Integer.parseInt(br.readLine());
  1746.  
  1747. System.out.println("Enter the year:");
  1748.  
  1749. y=Integer.parseInt(br.readLine());
  1750.  
  1751. tr=60000;
  1752.  
  1753. System.out.println("Choose the Hotel class of your choice:-\n 1.Economics \n2.Standard\n3.Deluxe");
  1754.  
  1755. int n=Integer.parseInt(br.readLine());
  1756.  
  1757. System.out.println("Enter the number of rooms:");
  1758.  
  1759. int r=Integer.parseInt(br.readLine());
  1760.  
  1761. System.out.println("Enter your name:");
  1762.  
  1763. String na=br.readLine();
  1764.  
  1765. xo.paysum24();
  1766.  
  1767. xo.invoice24();
  1768.  
  1769. }
  1770.  
  1771. if(num==3)
  1772.  
  1773. {
  1774.  
  1775. System.out.println("Dubai Delight \n10 days 9 nights");
  1776.  
  1777. System.out.println("Highlights:\n* Visit Burj Khalifa - 124th Floor.");
  1778.  
  1779. System.out.println("*Enjoy Desert Safari with Dinner..");
  1780.  
  1781. System.out.println("PRICE: Rs.95,000");
  1782.  
  1783.  
Compilation error #stdin compilation error #stdout 0s 0KB
stdin
Standard input is empty
compilation info
Main.java:1783: error: reached end of file while parsing
                                     System.out.println("PRICE: Rs.95,000");
                                                                            ^
Main.java:1785: error: reached end of file while parsing
                 
                 ^
2 errors
stdout
Standard output is empty