Question: Write two C# programs The first program must use one of the four types of loops youve learned about in this module to display the
Write two C# programs
- The first program must use one of the four types of loops youve learned about in this module to display the results of the SQL query (you must select at least 2 columns from the database), but then loop back through the program one time when the user presses a key.
- The second program must use an array (hint: the program already uses an array to display the results of the query). However, this time, the array must only display the first and last names.
Format:
- Your submission must include 2 text files and a Word document:
- The text files must contain the code from your C# loop program [insert filename format here] and C# array program [insert filename format here].
- The Word document must contain (4) screenshots:
- (1) screenshot of your console application containing the loop program created in Visual Studio.
- (1) screenshot of the loop program running in the Visual Studio console.
- (1) screenshot of your console application containing the array program created in Visual Studio.
- (1) screenshot of the array program running in the Visual Studio console.
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
