Task-1: NUMBER Game language: core java IDE: Netbeans My Task is to implement a Number game that allow user to compare the user's guess with the generated number and provide the feedback whether the number guess is correct or not.
Task-2: WORD Counter language: core java IDE: Netbeans My Task is to implement a Word Counter that allow a user to display the total number of words which user has typed.
Task-4: ATM Interface Language: Core Java IDE: Netbeans My Task is to implement a simple ATM interface that allows users to withdraw, deposit, and check their balance. It also includes a main menu that allows users to select their desired option.