Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. package PierwszyPakiecik;
  2.  
  3. public class While {
  4. public static void main(String[] args) {
  5.  
  6. for(int liczba=0; liczba<=100; liczba++){
  7. System.out.println(liczba);
  8. }
  9. }
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement