Advertisement
M_Delor24

Exercise 1.3

Sep 18th, 2014
261
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.21 KB | None | 0 0
  1. //Mitchell Delor
  2. //C Block
  3. //9-18-14
  4. public class ProductIntegers
  5. {
  6.     public static void main(String[] args)
  7.     {
  8.         System.out.println("1*2*3*4*5*6*7*8*9*10");
  9.         System.out.println(1*2*3*4*5*6*7*8*9*10);
  10.     }
  11.  
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement