Computer Science, asked by nakeshaswani27, 7 months ago

Write whether the following expressions are valid / invalid,
justify your answer:
(i)n=1
print(n++)
(ii)n=1
print(++n)
(iii) n=1
print(n=n+1)
(iv) n=1
print(N)​

Answers

Answered by sudharaaga
0

Answer:

invalid i guess so

Explanation:

hope this is helpful to you

Similar questions