Advertisement
CuteDogAteMineFrog

zadanie 6

Jan 25th, 2020
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. package com.kurs_java;
  3.  
  4.  
  5. public class zadanie6 {
  6. public static void main(String[] args){
  7. for(int a=1000; a>=0; a-=1){
  8. if(a%13==0){
  9. System.out.println(a);}
  10.  
  11.  
  12. }
  13. }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement