Hi guys,
I have this C# Question:
1) I have to prompt the user for the number of idioms and write them to a file called "idioms.txt"
I can do this part no problem.
2) Read the lines from "idioms.txt" file and display the number of vowels of each idiom.
Looking at the screenshot...