[Assignment4_yourlastname.cs] Modify/Convert your program from last week to remo
ID: 3532740 • Letter: #
Question
[Assignment4_yourlastname.cs] Modify/Convert your program from last week to remove the accounts class entirely and make all of the methods static and called from Main.
1. In Main:
1. an array of 5 account numbers
2. an array of 5 account balances (currency)
3. an array of 5 account names (last name)
4. call the static method that will fill the accounts array, passing the three arrays to the method to be filled
5. a menu detailing entries to select search (a or A), average (b or B) or exit (x or X)
6. accept an entry from the keyboard and use a while-loop to allow the user to make selections and to call the appropriate method based on the input until an x or an X is entered
7. pass the already filled arrays and whatever other variables that are required by the method being called
8. when an x or an X is entered terminate the while loop
2. static methods called from Main:
1. a separate static method to fill all three parallel arrays by keyboard inputs
2. a separate static method to search the account number array and return a string output to main to be displayed using Console.WriteLine
1. when found, the account number entered at the keyboard along with the corresponding balance and last name
2. if nothing is found for the account number entered display
Explanation / Answer
// i solved this problem when you had posted it earlier with different requirenments, right now i don't have time to solve this problem so post it again i will definately solve this proble with current requirenments
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.