nie-ii-year

lab stuff from undergrad second year.
git clone http://git.hanabi.in/repos/nie-ii-year.git
Log | Files | Refs | LICENSE

commit 05d6cdeb5cc135501af61b6cecacece3acd8ee0c
parent e2ed088dab9aa1df1e0132d0202371df70187bad
Author: Agastya Chandrakant <acagastya@outlook.com>
Date:   Fri,  8 Sep 2017 04:35:20 +0530

must be a string
Diffstat:
Ms3/oops/bank.cpp | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/s3/oops/bank.cpp b/s3/oops/bank.cpp @@ -6,7 +6,7 @@ using namespace std; class BBVA { char name[20]; int accountNumber; - char accountType; + char accountType[10]; float balance; public: void assign(int);