Hi there,
I'm trying to create a banking application in C# that is menu driven. But I cant seem to get it right. So far I have declared all the variables I deemed necessary. Though, When I try to read them in the main, an error occurs. Also so far I have made switch statement in the main for my menu. I try to run the program but it just displays the "press any key to continue..." message. Please help, this would really improve my understanding of how c# works.
Kind regards
Martha
AshishPosted Apr 21, 2014, 9:50 AM
your mistake is this, you have made read method in person class. but you are calling it from the account class instance in case 1.
mark it if you accept this answer
Martha InkonoPosted Apr 20, 2014, 2:36 PM
Martha InkonoPosted Apr 20, 2014, 2:34 PM
Martha InkonoPosted Apr 20, 2014, 2:32 PM
Munesh SharmaPosted Apr 19, 2014, 3:33 PM
Nitesh KejriwalPosted Apr 19, 2014, 1:51 AM
Anubhav BhatnagarPosted Apr 18, 2014, 11:02 PM