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]}"); } }4 Answers
+ 3
What exactly are you looking to achieve and what's error are you running into?
+ 2
This code works fine.
0
May code is error :(
0
C#