Discover the answers you need at Westonci.ca, where experts provide clear and concise information on various topics. Get immediate and reliable solutions to your questions from a community of experienced experts on our Q&A platform. Get precise and detailed answers to your questions from a knowledgeable community of experts on our Q&A platform.

W
tickets for tsg airlines are coded as follows:
• united kingdom flights are coded a, european flights b, asian
flights c, and american flights d.
overnight flights between 10pm and 6am use the same codes,
but with lower case letters (a, b, c, d)
• male passengers are coded x and female passengers are coded
y
• children under 16 are coded lowercase (x, y)
• meals are coded vegetarian v, beef b, and chicken k
• first class passengers are a, business class are b, and economy
is c
what is the code for a flight from chicago to new york at 5am for a
vegetarian 8 year old girl traveling in economy class?

Sagot :

The flight code of the tsg airlines is an illustration of computer coding

The code of the flight is AayvC

How to determine the code of the flight?

From the question, we have the following parameters:

  • UK = A, Europe = B, Asian = C, and the Americas = D.
  • Flight between 10 pm and 6 am = (a,b,c, and d)
  • Male passengers = X;  Female passengers = Y.
  • Children under 16 = (x.y)
  • Vegetarian Meal  = v; Beef = b, Children = K
  • First Class = A, Business Class = P; Economy = C

To code the flight of the girl, we have the following parameters:

  • Destination =UK; UK code is A
  • Time = 5AM; UK flight before 6AM is coded a
  • Female children under 16 is coded y
  • Meal = vegetarian; The code for this is v
  • Economy class is coded C

Hence, the code of the flight is AayvC

Read more about coding at:

https://brainly.com/question/24735155