โ Back to Methods
Question 368
Is Prime Method
Is Prime Method
Write a methodisPrime(int n)that returnstruewhennis a prime number andfalseotherwise (treat numbers less than 2 as not prime). Read one integer from input, then print the result ofisPrime. For input7the output is: true
Expected Output:
true
Topics:
Methods
Code Editor
1
Tab to indent ยท Ctrl+Enter to run ยท Ctrl+Space to expand shortcuts (sysout, psvm, fori)
Your Output
Run your code to see the output here...
Test Cases
Run your code to see test case results.