Best writers. Best papers. Let professionals take care of your academic papers

Order a similar paper and get 15% discount on your first order with us
Use the following coupon "FIRST15"
ORDER NOW

import java.util.Scanner; public class StringInputStream { public static void main

import java.util.Scanner;
public class StringInputStream {  public static void main

(String [] args) {

   Scanner inSS = null;

   String userInput = “Jan 12 1992”;

   inSS = new Scanner(userInput);

   String userMonth = “”;

   int userDate = 0;

   int userYear = 0;

   inSS = new Scanner(userInput);

   inSS = inSS.next();

   inSS = inSS.next();

   System.out.println(“Month: ” + userMonth);

   System.out.println(“Date: ” + userDate);

   System.out.println(“Year: ” + userYear);

   return;

  }

}

 
Looking for a Similar Assignment? Order now and Get 10% Discount! Use Coupon Code "Newclient"