Open AnshSSonkhia opened 3 years ago
Hi @AnshSSonkhia can i work on this and can you elaborate a little regarding what functionalities to implement?
Hi @AnshSSonkhia can i work on this and can you elaborate a little regarding what functionalities to implement?
Yes, you can work on this.
STEP1 - You have to use python tkinter. STEP2 - Make a GUI Window. STEP3 - Take inputs for Age Calculator. (Name, Birth Year, Birth Month, Birth Date) STEP4 - Design a function for checking Error in the inputs. STEP5 - Then, design some functionality of if else, so that in output you can tell that, whether the person is eligible for opening a bank account or not. STEP6 - Give output. STEP7 - Store the outputs. (If possible for you)
I have to output the account for which the user is eligible right like minor or major?
I have to output the account for which the user is eligible right like minor or major?
You have to output the calculated age and if the age is 18+ you will say that "you are a major and eligible for a bank account " but, if the age is less than 18 years. The output will be " Your age is __ , So you are a minor and not eligible for a bank account "
STEP1 - You have to use python tkinter. STEP2 - Make a GUI Window. STEP3 - Take inputs for Age Calculator. (Name, Birth Year, Birth Month, Birth Date) STEP4 - Design a function for checking Error in the inputs. STEP5 - Then, design some functionality of if else, so that in output you can tell that, whether the person is eligible for opening a bank account or not. STEP6 - Give output. STEP7 - Store the outputs. (If possible for you)