0
Can you assign multiple values to a variable and how (show me syntax)
2 Respostas
+ 2
No, you can't assign multiple values to a variable, but you can change its value during the code anytime you want...
- 2
Of course 😊 you can assign multiple values to a variable the syntax is the data type the variable,, the values are separated by commas(,) eg int number=6,7,4;