Search:

Type: Posts; User: hardik mehta

Search: Search took 0.19 seconds.

  1. Replies
    2
    Views
    714

    Re: Scanner does weird things

    do it
    System.out.println("Welcome to the guess game!");
    System.out.println("Bob and Angela joined the table");
    int input = sc.nextInt();
  2. Replies
    8
    Views
    1,553

    Re: Getting error on a simple program.

    JFrame jf = new Jrame();
    call with jf
    like a jf.setSize(40,40);
    change in whole prog.
  3. Replies
    1
    Views
    798

    Help Me to Solve this Problem..

    //Fill in the blanks such that program will generate expected output.


    public class PalindromPaper
    {
    _______ int sum;
    _______ boolean b = true;

    public static void main(String args[])
    {
Results 1 to 3 of 3