Advertisement
fosterbl

Template

Oct 8th, 2019
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.23 KB | None | 0 0
  1. import java.util.Scanner;
  2.  
  3. public class ChangeTheNameOfThisClass{//Change the name of this class
  4.  
  5.    public static void main(String[] args){
  6.       Scanner kb = new Scanner(System.in);
  7.       //YOUR CODE HERE
  8.      
  9.    }
  10.    
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement