The task here is to write a program that takes two inputs, a positive integer nn and a positive integer aa. It will then decide if aa is nn-prime. Your program should output two distinct values one for "yes, it is n-prime" and one for "no, it is not n-prime".