Question: FAST Write a C program that does the following: 1. (2 points) Declare a structure called Account with the following members: ID (string), Balance(float). ClerkName(string)
Write a C program that does the following: 1. (2 points) Declare a structure called Account with the following members: ID (string), Balance(float). ClerkName(string) 2. (3 points) Ask the user to enter the information of 7 accounts and save them in an array called Accounts 3. (3 points) Print the ID of the account(s) that has (have) ID starts with letters '91'. 4. (5 points) Write a function called MaxBalance that takes the array Accounts as an argument and returns the account with maximum Balance 5.(2 points) in the main, call the function MaxBalance and print the result
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
