The question is....
Write a program that, given an integer input, can display whether the input is a prime number or not. To do this, you must define a method named isPrime that receives an integer...