Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class primo{
- public static void main(String[]args){
- float num=3;
- float numero=num;
- float cont=numero-1;
- for(;cont<numero;cont++){
- numero=numero%cont;
- if(numero==0.0)
- System.out.println(num+" non è primo");
- System.exit(0);
- }
- System.out.println(num+" è primo");
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment