Question
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
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started