-
Notifications
You must be signed in to change notification settings - Fork 0
HassanYosuf/NumGuesser
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
2. If the guessed number is smaller than the actual number, the code will respond with the message that the guessed number is lower than the actual number.
2. If the guessed number is equal to the actual number or if the K trials are exhausted, the code will end with a suitable message.
Swing is a GUI widget toolkit for Java. It is part of Oracle's Java Foundation Classes (JFC) – an API for providing a graphical user interface (GUI) for Java programs. https://www.geeksforgeeks.org/creating-frames-using-swings-java/ It is a platform dependent API for creating Graphical User Interface (GUI) for java programs. https://www.javatpoint.com/java-awt
About
No description or website provided.