0
consider the following sample input / output. Input:
consider the following sample input / output. Input: java is Prime 29996224275833 Output: 29996224275833 is a prime number. Input: java is Prime 29996224275834 Output: 29996224275834 is not a prime number. Please write a program for that
3 Respostas
+ 2
Too bad; As a programmer, trial and error gets you far, while asking for answers will get you nowhere.
+ 1
Check if the user's input is prime or not, then print it out.
0
I want program