Write a program that prints values from 1 to custom n number, provided as an argument to the application. Print the PRIME keyword near each prime number. (1, 2-PRIME, 3-PRIME, 4, …. , 100). [2 points] Remarks: Run from command line and provide the argument n.