Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Write a program in Xcode Project to calculate the cost of you movie ticket purchase: Declare a constant for adult ticket price and assign value:

Write a program in Xcode Project to calculate the cost of you movie ticket purchase: Declare a constant for adult ticket price and assign value: adultPrice Declare a constant for child ticket price and assign value: childPrice Declare a string constant to hold the movie name and assign value: movieName Declare and assign integer constants to hold number of adult and child tickets (create your own) Declare a variable to hold the final cost Calculate the cost of the tickets and save value in the final cost variable (whatever you called it) Print the movie name and the value of all the other variables. Be creative in your output, but be descriptive and keep it neat. For example, print out the Movie Name, the number of tickets purchased, the cost of the tickets and the final cost. Make sure you use annotated and inferred declarations (see Playground) USE COMM

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Advances In Databases 28th British National Conference On Databases Bncod 28 Manchester Uk July 2011 Revised Selected Papers Lncs 7051

Authors: Alvaro A.A. Fernandes ,Alasdair J.G. Gray ,Khalid Belhajjame

2011th Edition

3642245765, 978-3642245763

More Books

Students also viewed these Databases questions