Hi, can anybody explain me this part of foreach tutorial for array...
foreach( int s in salary) { //code inside the loop }
What's the "s in salary" mean in the above foreach loop? I'm a new learner...
Hi, can anybody explain me this part of foreach tutorial for array...
foreach( int s in salary)
{
//code inside the loop
}
What's the "s in salary" mean in the above foreach loop? I'm a new learner...
add new comment