PLEASE USE MATLAB
MACHINE PROBLEM 1. Consider an arithmetic expression of the form atb-c. Check whether it is possible to replace with one of the four signs: +,-* or / to obtain a correct expression. Test Sample 123456 a 8998000 N 2 6 5 10 b с 323322 542302 Expected Output True True False True False False
Enter 1st Number: 2 Enter 2nd Number: 3 The possible operator to use to achieve 5 is + Enter 1st Number: 8 Enter 2nd Number: 2 The possible operator to use to achieve 4 is /
PLEASE USE MATLAB
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am