Rewrite the following statements without using shorthand operators.:
a. q/ =r
b. s* = x+z
c. t- =a*b
d. k% =5
Answers
Answered by
1
Question:-
Rewrite the following without using shorthand operator.
Solution:-
This is the converted code snippet,
- q=q/r
- s=s*(x+z)
- t=t-(a+b)
- k=k%5
Similar questions