This lab will give you some practice for project 1. You will be writing code to print a fraction and it's equlivalent decimal value. Also you will get some practice with accepting a valid integer from user and the validation of input. In this process you will be writing public static methods used by main to prepare for project 1. In this lab we will write a class with the following methods