I Write a programme to make a simple
calculator
, which
operation
accept two numbers and an
an operator te
perform the required
Answers
Answered by
0
Answer:
else if (operator=='-') {
printf("\nDiffrence=%f\n",x-y); } else if (operator=='/') {
printf("\nDivision=%f\n",x/y); } else if (operator=='*') {
printf("\nMultiplication=%f\n",x*y); } else. {
Explanation:
thx
Answered by
1
Answer:
sorry don't know pls mark me as brainliest and follow me
Similar questions