Can anyone assist in establishing a program code for the following: The service
ID: 3649457 • Letter: C
Question
Can anyone assist in establishing a program code for the following:The service charge depends on the amount of the check. If the check amount is less than
$10, we will charge $1. If the amount is greater than $10 but less than $100, we will
charge 10% of the amount. If the amount is greater than 100, but less than $1000, we
will charge $5 plus 5% of the amount. It the value is over $1000 we will charge $40 plus
1% of the amount.
Use multi-branch if-else statements in a fragment of code to compute the service charge.