Computer Science, asked by ayush943020, 5 months ago

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 anindyaadhikari13
1

Question:-

Rewrite the following without using shorthand operator.

Solution:-

This is the converted code snippet,

  1. q=q/r
  2. s=s*(x+z)
  3. t=t-(a+b)
  4. k=k%5
Similar questions