Skip to content

Huzaifak651/codsoft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

NUMBER GAME

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.

WORD COUNTER

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.

ATM INTERFACE

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.