amount entered was more than or less than one dollar. (2) A software company sells a package that retails for $100. Quantity discounts are given according to the following table: Quantity Discount 10 - 19 10% 20 - 49 20% 50 - 99 30% 100+ 40% Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount. (3) Write a program that asks the user to enter a number of seconds and works as follows: • There are 60 seconds in a minute. If the number of seconds entered by the user is greater than or equal to 60, the program should display the number of minutes in that many seconds. • There are 3,600 seconds in an hour. If the number of seconds entered by the user is greater than or equal to 3,600, the program should display the number of hours in that many seconds. • There are 86,400 seconds in a day. If the number of seconds entered by the user is greater than or equal to 86,400, the program should display the number of days in that many seconds. (4) The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix two primary colors, you get a secondary color, as shown here: • When you mix red and blue, you get purple. When you mix red and yellow, you get orange. • When you mix blue and yellow, you get green. Design a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red," "blue," or "yellow, the program should display an error message. Otherwise, the program should display the name of the secondary color that results. LAB 7.4.1: JavaScript Lab (Conditionals) 0/ 20 ACTIVITY Submission Instructions Downloadable files jsps2.js and index.html Download Upload your files below by dragging and dropping into the area or choosing a file on your hard drive. jsps2.js index.html Drag file here Drag file here or or Choose on hard drive. Choose on hard drive.

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 28PE
icon
Related questions
Topic Video
Question
100%

Java Script Questions from number 2 to number 4

amount entered was more than or less than one dollar.
(2) A software company sells a package that retails for $100. Quantity discounts are given according to the following table:
Quantity Discount
10 - 19
10%
20 - 49
20%
50 - 99
30%
100+
40%
Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the
discount (if any) and the total amount of the purchase after the discount.
(3) Write a program that asks the user to enter a number of seconds and works as follows:
• There are 60 seconds in a minute. If the number of seconds entered by the user is greater than or equal to 60, the program should
display the number of minutes in that many seconds.
• There are 3,600 seconds in an hour. If the number of seconds entered by the user is greater than or equal to 3,600, the program
should display the number of hours in that many seconds.
• There are 86,400 seconds in a day. If the number of seconds entered by the user is greater than or equal to 86,400, the program
should display the number of days in that many seconds.
(4) The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix
two primary colors, you get a secondary color, as shown here:
• When you mix red and blue, you get purple.
When you mix red and yellow, you get orange.
• When you mix blue and yellow, you get green.
Design a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red," "blue,"
or "yellow, the program should display an error message. Otherwise, the program should display the name of the secondary color that
results.
LAB
7.4.1: JavaScript Lab (Conditionals)
0/ 20
ACTIVITY
Submission Instructions
Downloadable files
jsps2.js and index.html
Download
Upload your files below by dragging and dropping into the area or choosing a file on your hard drive.
jsps2.js
index.html
Drag file here
Drag file here
or
or
Choose on hard drive.
Choose on hard drive.
Transcribed Image Text:amount entered was more than or less than one dollar. (2) A software company sells a package that retails for $100. Quantity discounts are given according to the following table: Quantity Discount 10 - 19 10% 20 - 49 20% 50 - 99 30% 100+ 40% Write a program that asks the user to enter the number of packages purchased. The program should then display the amount of the discount (if any) and the total amount of the purchase after the discount. (3) Write a program that asks the user to enter a number of seconds and works as follows: • There are 60 seconds in a minute. If the number of seconds entered by the user is greater than or equal to 60, the program should display the number of minutes in that many seconds. • There are 3,600 seconds in an hour. If the number of seconds entered by the user is greater than or equal to 3,600, the program should display the number of hours in that many seconds. • There are 86,400 seconds in a day. If the number of seconds entered by the user is greater than or equal to 86,400, the program should display the number of days in that many seconds. (4) The colors red, blue, and yellow are known as the primary colors because they cannot be made by mixing other colors. When you mix two primary colors, you get a secondary color, as shown here: • When you mix red and blue, you get purple. When you mix red and yellow, you get orange. • When you mix blue and yellow, you get green. Design a program that prompts the user to enter the names of two primary colors to mix. If the user enters anything other than "red," "blue," or "yellow, the program should display an error message. Otherwise, the program should display the name of the secondary color that results. LAB 7.4.1: JavaScript Lab (Conditionals) 0/ 20 ACTIVITY Submission Instructions Downloadable files jsps2.js and index.html Download Upload your files below by dragging and dropping into the area or choosing a file on your hard drive. jsps2.js index.html Drag file here Drag file here or or Choose on hard drive. Choose on hard drive.
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 7 images

Blurred answer
Knowledge Booster
Instruction Format
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning
Programming Logic & Design Comprehensive
Programming Logic & Design Comprehensive
Computer Science
ISBN:
9781337669405
Author:
FARRELL
Publisher:
Cengage