Guest User

Untitled

a guest
Jul 20th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. package com;
  2.  
  3.  
  4. public class SF {
  5. public static void main(String args[]) {
  6.  
  7. for (int i = 1; i < 101; i++) {
  8. System.out.println(i);
  9. }
  10.  
  11. }
  12.  
  13. }
Add Comment
Please, Sign In to add comment