C#: Arrays - Ask the user how many students names they want to store. You will create two parallel arrays (e. g. 2 arrays with the same size, the first array will hold all of the students first names and the second array will hold all of the students last names). Once the user has input all of the students first names last names, output all of the students names in the following format: Lastname, Firstname. You must use two separate loops, the first to store the values in the arrays and the second to output all of the names.
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “C#: Arrays - Ask the user how many students names they want to store. You will create two parallel arrays (e. g. 2 arrays with the same ...” in 📗 Engineering if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.