if n=5 then what is the value of a? a=++n in computer science
Answers
Answered by
3
a = 6
++n increments the value of n by 1
Similar questions