0
C Program Code for the following: 1) I will give input like 5+3-2-1*10+15/3*2-2 & Output will be : 5+3-2-(1*10)+((15/3)*2)-2
Write down the C Program Code for the following : 1) I will give input like 5+3-2-1*10+15/3*2-2 Output will be : 5+3-2-(1*10)+((15/3)*2)-2
1 Antwort
0
make a loop, if there are * or / add ()👍