Guest User

Untitled

a guest
Jul 21st, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.19 KB | None | 0 0
  1. public class BreakContinue {
  2. public static void main(String[]args){
  3.     for (int= i; i < y; i++){
  4.     }   if( i % 19 == 0){
  5.         System.out.println("Ache um numero divisivel por 19.");
  6.         break;
  7.     }
  8. }
  9. }
Add Comment
Please, Sign In to add comment