Your Perfect Assignment is Just a Click Away
We Write Custom Academic Papers

100% Original, Plagiarism Free, Customized to your instructions!

glass
pen
clip
papers
heaphones

CIS273 Strayer University QVR Tours Calculations Discussion

CIS273 Strayer University QVR Tours Calculations Discussion

CIS273 Strayer University QVR Tours Calculations Discussion

JavaScript can add another dimension to our sites with simple math calculations, such as working with conditionals for an order form to add the proper taxes or currency conversions. Let’s return to QVR Tours for this thread and write someJavaScript that will assist in the following calculations:
Add a concierge fee of $150 to tours that cost more than $2,500 and a fee of $300 if a tour costs more than $3,500
Concatenate a traveler’s first and last name
Discounts a tour if there are more than 8 people attending (you decide on the discount)
Can be very basic
examples
const discount=150;
var totalCost = 0;
const tourCost= 2500;
const tourCost2=3500;
const conciergeFee1=150;
const conciergeFee2=300;;
const ticketAfterDiscount =0;
var firstName = prompt (“Enter first name”);
var lastName= prompt (“Enter Last name”);
var tourPrice = (“Enter the amount of the ticket”);
if (tourPrice < tourCost && tourPrice < tourCost2); { tourPrice = totalCost; cosole.log("Total Cost = $" tourPrice); } else if (tourPrice > tourCost && tourPrice < tourCost2); { tourPrice = totalCost + conciergeFee1; cosole.log("Total Cost = $" tourPrice); } else if (tourPrice > tourCost && tourPrice > tourCost2);
{
tourPrice = totalCost + conciergeFee2;
cosole.log(“Total Cost = $” tourPrice);
}
else
{
cosole.log(“Invalid Entry”);
}
var personsInGroup = (“Enter number of people in group”);
if (personsInGroup > 8)
{
ticketAfterDiscount = totalCost + discount;
cosole.log(“Total Cost = $” ticketAfterDiscount);
}
else
{
ticketAfterDiscount = totalCost;
cosole.log(“Price after discount = $” ticketAfterDiscount);
}
Var nameOfGuest = firstName+ lastName;
console.log(” Thank you” nameOfGuest “your total cost is $” ticketAfterDiscount);

“Place your order now for a similar assignment and have exceptional work written by our team of experts, guaranteeing you A results.”

Order Solution Now

Our Service Charter

1. Professional & Expert Writers: Topnotch Essay only hires the best. Our writers are specially selected and recruited, after which they undergo further training to perfect their skills for specialization purposes. Moreover, our writers are holders of masters and Ph.D. degrees. They have impressive academic records, besides being native English speakers.

2. Top Quality Papers: Our customers are always guaranteed of papers that exceed their expectations. All our writers have +5 years of experience. This implies that all papers are written by individuals who are experts in their fields. In addition, the quality team reviews all the papers before sending them to the customers.

3. Plagiarism-Free Papers: All papers provided byTopnotch Essay are written from scratch. Appropriate referencing and citation of key information are followed. Plagiarism checkers are used by the Quality assurance team and our editors just to double-check that there are no instances of plagiarism.

4. Timely Delivery: Time wasted is equivalent to a failed dedication and commitment. Topnotch Essay is known for timely delivery of any pending customer orders. Customers are well informed of the progress of their papers to ensure they keep track of what the writer is providing before the final draft is sent for grading.

5. Affordable Prices: Our prices are fairly structured to fit in all groups. Any customer willing to place their assignments with us can do so at very affordable prices. In addition, our customers enjoy regular discounts and bonuses.

6. 24/7 Customer Support: At Topnotch Essay, we have put in place a team of experts who answer to all customer inquiries promptly. The best part is the ever-availability of the team. Customers can make inquiries anytime.