Spot the error. Observe the given algorithm to calculate the simple interest. Identify the incorrect step (if any)
Answer options
A
Step 1: Start
B
Step2: Get priniciple_amount,no_of years,rate_of_interst
C
Step3: Multiply priniciple_amount,no_of years,rate_of_interst and store it in
D
result
E
Step4: Simple_Interest=result%100
F
Step5: Display Simple Interest
G
Step6: Stop
H
Step 4
Correct answer: Step 4
Explanation
The source marks the correct answer as: Step 4.