Search:

Type: Posts; User: shilpy

Search: Search took 0.07 seconds.

  1. Re: Looping through a while loop with a switch statement

    if you are trying to make it a menu-driven program(where user has to select from menu) then it is better to use do...while loop ,instead of while..!!! do-while will make the user to use your program...
  2. Replies
    6
    Views
    1,056

    Re: My first program

    wuth an example i can make you understand. let the path of your folder is e:/java/program, where program is folder in which your programs are stored.

    then in cmd prompt u'll use:

    c:/> e: ...
  3. Thread: streams

    by shilpy
    Replies
    1
    Views
    690

    streams

    'System.in' is line buffered . how??:confused:
  4. Thread: string handling

    by shilpy
    Replies
    8
    Views
    1,069

    Re: string handling

    NULL POINTER EXCEPTION ??? MEANS

    --- Update ---

    i still don't get it..!! :-ss
  5. Thread: string handling

    by shilpy
    Replies
    8
    Views
    1,069

    string handling

    can someone please make me understand when to initialise a string 'null' and when not..?? :confused:
  6. Thread: Hello

    by shilpy
    Replies
    3
    Views
    851

    Re: Hello

    hey sheila....welcome to forum...!!!
  7. Replies
    5
    Views
    1,962

    Re: Projects For A Beginner Programmer

    so try this one as beginner..... If a five-digit number is store in a variable in code, write a program to print a new number by adding one to each of its digits. For example if the number that is...
  8. [SOLVED] Re: Beginner Java Course, Stuck on my First Assignment. Help Needed.

    first of all...get the two values that is to swap from the user with the help of scanner object.... then you can swap the values by taking a third temporary variable that stores the value of the...
  9. Re: How can i compare marks of two students and print them in the ascending order.

    can you please elaborate your problem??
  10. Replies
    17
    Views
    1,595

    Re: Help me to understand MultiDimensional Array

    .. means that you should ask the user to input the number of rows and number of columns and that rows and columns should be used instead of the constants that you are using. This will make your...
  11. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    ....so if i am getting right then i have to apply combinations in signs and a simple loop for numbers till the range entered ...!!! then i need not to apply "4* -1 = -4 " for making it negative...or...
  12. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    ...not to print in string...but for calculation part ...+ and - will be arranged in what manner....any sequence is used..?? please help me.. :/
  13. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    .....+ and - signs will also have permutation and combination sort of loop...to decide their positions..???
  14. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    but how to put signs between them....how to decide....i am really very confused..!!! :(
  15. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    basically m unable to decode it ......we've to take combinations of all the numbers...that's fine but what to do with + or - signs arrangement.
  16. Replies
    13
    Views
    1,409

    Re: can someone solve this problem

    i've tried a lot.....!!!! :(
  17. Replies
    13
    Views
    1,409

    can someone solve this problem

    Consider the sequence of digits from 1 through N (N<=9) in increasing order:
    1 2 3 4 … N
    Insert either a ‘+’ (for addition) or a ‘-‘ (for subtraction) between each of the digits so that the...
  18. Replies
    2
    Views
    738

    Hello everyone....

    iam a new member...!!!
    :rolleyes:
Results 1 to 18 of 18