Search:

Type: Posts; User: satyajit

Search: Search took 0.10 seconds.

  1. [SOLVED] Re: Query about Use of nextLine() method of Scanner class

    Thanks PhHein! That clarified my doubt in every aspect, great explanation. :-)
  2. [SOLVED] Query about Use of nextLine() method of Scanner class

    My code is as follows:

    import java.util.Scanner;
    public class GetUserInput {
    public static void main (String args[]) {
    int i;
    float f ;
    String s;

    Scanner input = new Scanner (System.in);
Results 1 to 2 of 2