Visual Basic - Using For Each to Loop through an Array or String

preview_player
Показать описание
A look at how to use Visual Basic's For Each... construct to loop or iterate through a collection of things, such as a string or an array. Includes an example of how to spell out a word in the phonetic alphabet.

Рекомендации по теме
Комментарии
Автор

Hi! How to display an entered loop name(string)?

How many loops you want? 5

Enter the name: Jave
Enter the name: Claire
Enter the name: Mike
Enter the name: Liam
Enter the name: Ken

Jave
Claire
Mike
Liam
Ken
I

I can't search it on google :( help me please, it only display....

Enter the name: Jave
Enter the name: Claire
Enter the name: Mike
Enter the name: Liam
Enter the name: Ken

Ken
Ken
Ken
Ken
Ken

eyya_jaebb