How does the program know to call the list when you call it with "num" in console.writline(). when you dont specify what "num" is to the program?
@ParametricCamp3 жыл бұрын
You are specifying that "num" is an integer when you say "foreach (int num in numbers)"
@christopherstrandberg26243 жыл бұрын
@@ParametricCampah of course! thank you for answering. Keep up the videos they are amazing!
@marcferia54383 жыл бұрын
The deposit of my bank account is NULL, however, my withdraws are many, so I know I can use foreach for deposits and the other one .... well, also. cool. Not sure if I am right. but it's working for me.