Write a Java program called Decision that includes a while loop to prompt the user to enter 5 marks using theJOptionPane statement and a System.out statement to output a message inside the loop highlighting a passmark >= 50 and <= 100. Any other mark will output a messaging stating it’s a fail.Example of the expected output is as follows:55 is a pass12 is a fail