Advertisement
CuteDogAteMineFrog

zadanie 3

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