Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public static void Main(string[] args)
- {
- string[] messages = { "Hello!", "Welcome to my programm", "It's simple" };
- for (int i = 0; i < messages.Length; i++)
- {
- Console.WriteLine(messages[i]);
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment