Guest User

Untitled

a guest
Jun 25th, 2018
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.42 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class WhichSystem {
  4.     /* This application will help you determine  
  5.      * how much memory you need on the current
  6.      * machine to do the task you report you
  7.      * want to do.
  8.      * The specifics are in the project description
  9.      * file posted on the class web site.
  10.      */
  11.     public static void main(String[] args) {
  12.         Scanner s = new Scanner(System.in);
  13.             System.out.println("System?");
  14.            
  15.     }
  16. }
Add Comment
Please, Sign In to add comment