Answered step by step
Verified Expert Solution
Question
1 Approved Answer
create a JavaScript program, this is a sample Page of 4 ZOOM + PROBLEM DESCRIPTION You are required to create a webpage to implement a
create a JavaScript program, this is a sample
Page of 4 ZOOM + PROBLEM DESCRIPTION You are required to create a webpage to implement a program for the World Travel company based on the logic designed on the previous flowchart and pseudocode. The webpage will include JavaScript code in order to calculate the final price. You will also follow a precise sequence of inputs and outputs in your program O As a reminder, the pricing list is listed below: Destination: Europe Air Travel: One Way: $500 Round Trip: $900 . Hotel: $300 per night Tour: Grand package: $1,500 Basic package::$800 Africa Air Travel: One Way: $700 Round Trip: $1,300 Hotel: $200 per night Tour: Grand package: $1,300 Basic package::$500 . . Inputs: Continent: Europe or Africa. Air Travel: One Way or Round Trip. Hotel: Number of nights. Tour: Grand or Basic. . Outputs: Final price Note: add 15% to the total price to calculate the final price Follow the sequence of input/output steps below: 1. Prompt to get the Destination (E=Europe, A=Africa). 2. Prompt to get Air Travel option (O=One Way, R=Round Trip). 3. Prompt to get the number of Hotel nights 4. Prompt to get the Tour type (G=Grand, B=Basic) 5. Alert to display the Final Price. World Travel Q Search Google or type a URL This page says Enter the destination (Europe or Africa): (E, A) Cancel OK Play media comment. 00:07 00:44 1.00%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