0
ticket office
why do people use int temp = ages[ 0 ]; while answeing the ticket office assignment
1 Respuesta
+ 5
Ticket office or any context..
int temp = ages[ 0 ]; => means getting first value from array ages into temp variable. Now you can use temp as you need.