Question: The language is java. Make sure to complete everything asked and that the output is correct and answers what is asked. Please answer the question
The language is java. Make sure to complete everything asked and that the output is correct and answers what is asked.
Please answer the question as soon as possible and if you dont understand something, please leave a comment, dont ignore the question

a) Complete a basic Java console minesweeper game with 10x10 grid and 10 randomly distributed mines. b) When the game starts, your program prints out a 10x10 grid and prompts the user to enter the coordinates of the first cell to uncover. The game shows the resulting grid and prompts for new coordinates. The process will repeat, and the game ends when there is no more non-mined cell to uncover (win) or the player uncovers a mine (lose). c) If a user wins, display a message 'Congratulations! You win! Do you want to replay (Y/N)?' If the user enters 'Y', replay. Else, end the game. If the user loses, display a message 'Sorry, you lose! Do you want to replay (Y/N)?' If the user enters 'Y', replay. Else, end the game
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
