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
0
Answer:
invalid i guess so
Explanation:
hope this is helpful to you
Similar questions