Using the Java Development Kit and jGrasp, develop a program in response to the following prompt:
Write a program that prompts the user to input a decimal number and ouputs the number rounded to the nearest integer.
Remember the rules around proper development style and form, including adding comments. A software developer should always add comments to their code so other developers (or in this case the instructor) understand what the intent of the program is.