Answered step by step
Verified Expert Solution
Question
1 Approved Answer
CIS 1 1 1 1 Variables Exercise 1 - 1 0 points Description: Develop a C + + Program that uses variables to output information
CIS Variables Exercise points
Description: Develop a C Program that uses variables to output information about your theme park.
Program Requirements:
Use variables of the appropriate datatype to display the name of your park, the types of attractions you offer minimum of and the price of an entry ticket.
Variable names must be descriptive.
Use cout to output the values of the variables to the console no hardcoding or literals, you must call your variables to display their values!
Program must be documented with:
aName
bDate
cProgram Name
dProgram Description
Sample Output:
Welcome...to Jurassic Park
Jurassic Park features three familyfriendly attractions, including our TRex Feeding Hour, IMAX Virtual Pterodactyl ride, and a Velociraptor petting zoo.
All of this for the very low price of $
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