Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added Correct Number Guess Game/Game.class
Binary file not shown.
2 changes: 1 addition & 1 deletion Correct Number Guess Game/Game.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ else if(inputno<Rando){
}


public class CorrectNoGuessGame {
public class Game {
public static void main(String[] args) {
Game1 gaming=new Game1();
boolean b=false;
Expand Down
Binary file added Correct Number Guess Game/Game1.class
Binary file not shown.