0
How to assign number to value
I want to assign the number 250 to the value numberOfPeople ... how can I do that?
1 ответ
+ 2
if you mean assign data to variable, do it like
numberOfPeople = 250; here variable should int type
I want to assign the number 250 to the value numberOfPeople ... how can I do that?