Evaluate the following, where p, q are integers and r, f are floating point numbers.
The value of p=10, q=4 and r=2.5
(i)f=p* q + p/q
(ii)f=p+q-p%q*r
pls mod or star ans it
Answers
Answered by
5
Answer:
- f=p*q+p/q
Solution:-
- f=p+q-p%q*r
Similar questions