From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: ** X-Spam-Status: No, score=2.0 required=5.0 tests=BAYES_50,INVALID_MSGID,XPRIO, XPRIO_SHORT_SUBJ autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8d66d7e56e9bb9b4,start X-Google-Attributes: gid103376,public From: "Paul Moran" Subject: Help!! Date: 2000/03/24 Message-ID: <38daa075@news.rivernet.com.au>#1/1 X-Deja-AN: 601504635 X-Original-NNTP-Posting-Host: 203.88.247.44 X-Trace: 23 Mar 2000 17:57:48 -0500, news.rivernet.com.au Organization: Newshosting.com X-MSMail-Priority: Normal X-Priority: 3 Newsgroups: comp.lang.ada X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Date: 2000-03-24T00:00:00+00:00 List-Id: Gday Ada Newsgroup, My name is Paul, I am studying Ada - Gnat95 at University. I have never programmed before.... I have this question for home work that I have little to no idea how to do.... If you could please give me any help so that I can see exactly what you've done it would be greatly appreciated! I imagine it is the type of question that would take no more than 5-10 min's if you knew how to use Ada.....me, I have been searching through my reader for hrs on end!!! The reason I cant simply bring it into uni, is that I study externally, some 1500 klms from my campus!! Hope you can help me as I am really getting frustrated with this subject Thanks alot. If you cannot help, could you please recommend some one who might be able to?? Thanks for your time and patience... Paul Heres the Question: Write an Ada program for the Nordenham Booking System that calculates and prints the price of a ticket to the Olympic games events: - Olympic Ceremony abbreviated to OC - Women's 400m abbreviated to CF - all other events abbreviated to ETC Each of these events has a different price: - OC - $300.00 - CF - $450.00 - ETC - $155.50 The program should prompt for what type of destination is requested. It should then read an appropriate enumerated literal indicating the desired calculation, prompt for, and get, the number of tickets required and read an integer value. It should than ask you for your name and read it. Finally the result of the desired calculation should be displayed in a pleasing format on the screen. The program should echo print the data. The output data should be appropriately labelled and formatted to two decimal places.