From a54a1a8b4d6396dedb4bc476df3673a8933f2c04 Mon Sep 17 00:00:00 2001 From: rishav17182 <32686231+rishav17182@users.noreply.github.com> Date: Fri, 11 Oct 2019 15:39:51 +0530 Subject: [PATCH] Change the concept --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6f68167..1822424 100644 --- a/README.md +++ b/README.md @@ -46,3 +46,5 @@ Initialize the accounts’ status by creating at least 20 accounts with an initi 1000. That is, create an array of type Account of size 20 and then instantiate each element. Write a menu driven program that asks the user his/her account number followed by the operation to perform on his account. + +Change the concept