Advertisement
Guest User

Untitled

a guest
Nov 21st, 2019
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. package ivanfer;
  2.  
  3. public class wefwef {
  4. public static void main(String[]Args) {
  5.  
  6. for(int i = 50;i <= 500; i++) {
  7. if(1 % 2 !=0) {
  8. System.out.println(i);
  9.  
  10. }
  11. }
  12. }
  13.  
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement