subject

Var amount = 100;
var discount = 0;
if(amount> 50)
discount = 0.1;
else if( amount > 75)
discount =0.15;
else if( amount> 100)
discount =0.2;
else
discount =0.25;
what is the value of discount?
0
0.1
0.15
0.2

ansver
Answers: 2

Another question on Computers and Technology

question
Computers and Technology, 22.06.2019 05:00
This program will store roster and rating information for a soccer team. coaches rate players during tryouts to ensure a balanced team. (1) prompt the user to input five pairs of numbers: a player's jersey number (0 - 99) and the player's rating (1 - 9). store the jersey numbers in one int vector and the ratings in another int vector. output these vectors (i.e., output the roster). (3 pts) ex: enter player 1's jersey number: 84 enter player 1's rating: 7 enter player 2's jersey number: 23 enter player 2's rating: 4 enter player 3's jersey number: 4 enter player 3's rating: 5 enter player 4's jersey number: 30 enter player 4's rating: 2
Answers: 1
question
Computers and Technology, 22.06.2019 10:50
Write a 3-4 page apa formatted paper comparing your organization’s it strategy with the best practices outlined in your course text. content should include, but not be limited to: developing and delivering on the it value, developing it strategy for the business value and linking it to business metrics. your paper should include an abstract and a conclusion and a reference page with 3-5 references
Answers: 1
question
Computers and Technology, 22.06.2019 15:30
When creating a budget, log fixed expenses before income. after income. after savings. at the top.
Answers: 1
question
Computers and Technology, 23.06.2019 00:30
If joey was single and his taxable income was $9,500, how much would he pay in taxes each year?
Answers: 1
You know the right answer?
Var amount = 100;
var discount = 0;
if(amount> 50)
discount = 0.1;
els...
Questions
question
English, 18.12.2020 20:00
question
Mathematics, 18.12.2020 20:00
question
Mathematics, 18.12.2020 20:00
question
History, 18.12.2020 20:00
question
Mathematics, 18.12.2020 20:00
Questions on the website: 13722363