Question: Revel Programming Checkpoint (NOTE: Revel is VERY particular about formatting) Please help :) Checkpoint 3.30 The objective of the code snippet below is to assign
Revel Programming Checkpoint (NOTE: Revel is VERY particular about formatting) Please help :)

Checkpoint 3.30 The objective of the code snippet below is to assign 0.20 to commissionRate if sales is greater than or equal to 50000.00. Otherwise, 0.10 is assigned to commissionRate. = 0.2; } { commissionRate else { commissionRate 0.1; } Fill in the blank. Only write the if statement. if(sales >= 50000.00) commissionRate = 0.20; else Submit
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
