0

Anyone can help me:(

using System; using System.Collections; using System.Collections.Generic; public class HelloWorld { public static void Main(string[] args) { List<string> people = new List<string>{"Bill Gates", "Elon Musk","Mark Zuckerberg", "Steve Jobs", "Jeff Bezos"}; for(int i = 0; i < people.Count; i++) { Console.WriteLine (

quot;{people[i]}"); } }

19th May 2022, 3:28 PM
Airah Jane Medianero
Airah Jane Medianero - avatar
4 Answers
+ 3
What exactly are you looking to achieve and what's error are you running into?
19th May 2022, 3:30 PM
Justice
Justice - avatar
+ 2
This code works fine.
19th May 2022, 8:55 PM
JaScript
JaScript - avatar
0
May code is error :(
20th May 2022, 12:07 AM
Airah Jane Medianero
Airah Jane Medianero - avatar
0
C#
20th May 2022, 12:08 AM
Airah Jane Medianero
Airah Jane Medianero - avatar