Question: Please provid C# coding standards for the following In this assignment, you should show your understanding of arrays by doing the following: - declaring arrays

In this assignment, you should show your understanding of arrays by doing the following: - declaring arrays and assigning values to array elements - access array elements - loop through arrays - use Array class methods Movie Titles Application Create a program that can be used to temporarily store and display to the user different movie titles arranged in ascending order. The program should work as follows: - Prompts a user for a value greater than zero (0). Note: The program should continue asking for a valid value if the input is incorrect (i.e. not greater than 0 - Use this value to create an array of size equal to the number input by the user - Use loops to prompt the user to input movie titles until the array is full - Display to the user the movie titles input - each title on a separate line - Rearrange the items in the array in ascending order - Display the movie titles back to the user in the new order
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
