.Net
How would you read a few lines from a txt into a string array
Removed: Rule 4. string[] lines = File.ReadAllLines("file.txt"); What have you tried? Tried to loop trough it but i get kinda stuck in the nested loop Since this seems like a homework question, so I don’t Read more…