0 LIKES LikeUnLike
The algorithm shown next should evaluate the expression a + b * c + 3 + c / 5, but it is not working correctly. Correct the algorithm.1. add a to b 2. multiply the result of step 1 by c 3. add 3 to the result of step 2 4. add c to the result of step 3 5. divide the result of step 4 by 5
Tags:
Report (0) (0) | earlier
Latest activity: earlier. This question has 7 answers.