Minesweeper : This question is expected to be quite time-consuming. You may consider skipping it if you don’t have enough time.
Write a program that let you play customized minesweeper. The program will first let user enter a number N, and then a map in N * N size will be created. Also, N mines will be randomly spreaded on the map.
Write a program to let user enter a sequence of numbers, then the program will find the longest palindromic substring , and visualize it using ascii characters. .
Create a class Count with a data member current_count with proper access specifier. Create another tester class (which has main method) to instantiate two counters of Count class.
In the Count class create 2 constructors: default and parameterized constructors.
In Count class create accessors for the current_count data member
A handyman company has decided to specialize in two tasks: painting and carpeting rooms. Write a Java application to determine the cost of a room to be painted or carpeted. One gallon of paint and eight hours of labor are required for every 12.7 square yards of space that needs to be painted. One hour of labor is required for every five square yards of carpet to be laid. The charge for labor is $18.00 per hour