Question: C++ language question : ii. iii. Write a structure named Account to store the name, account number and balance of customers. Fill data members using
C++ language question :

ii. iii. Write a structure named Account to store the name, account number and balance of customers. Fill data members using initializer list. Display all information by defining GetData(Account A). Pass structure variable as a parameter. Define function named CheckBalance(Account A, Account B) and display name of account holder whose balance is greater than other. Write a function to compare two dates entered by user. Make a structure named Date to store the elements day, month and year to store the dates. If the dates are equal, display "Dates are equal" otherwise display "Dates are not equal". Write a functions to add and subtract two complex numbers entered by user . Make a structure named Complex to store real and imaginary part. Complex Add(Complex A, Complex B) Complex Subtract(Complex A, Complex B) iv
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
