Advertisement
Classnotes

Question 1 - 11Dec

Dec 11th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. package classdec;
  2.  
  3. public class Dec {
  4.    
  5.     public static void main(String[] args) {
  6.    
  7.         for (int i = 100; i > 1; i--) {
  8.             System.out.print(i+" ");
  9.              
  10.              
  11.           }
  12.        
  13.         }
  14.        
  15.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement