Search:

Type: Posts; User: YogiB1810

Search: Search took 0.12 seconds.

  1. Replies
    5
    Views
    1,216

    Re: Help me understand the program! pls

    Hi Syed,

    No, it was from one of the books i was referring to and i came across this program.
  2. Replies
    5
    Views
    1,216

    Re: Help me understand the program! pls

    Hi, can you pass me the code you that you have altered. I guess it would be better to understand.
  3. Replies
    5
    Views
    1,216

    Help me understand the program! pls

    Hi here is the array sort code i came across.


    class Arraysorting
    {
    public void bubblesort(Int A[])
    {
    // array elements are : {5,3,8,9,2,1,12,90,15}

    int i,j,tmp;
  4. Replies
    1
    Views
    1,125

    Java Practice !!

    Hi Everyone,

    Can any one help me with practice programs to better my understanding in Java.
    I feel i'm forgetting the concept without using them or i never had a situation to use and i end up...
  5. Replies
    2
    Views
    1,116

    Re: Issues with IF else Statement

    Thank You Kevin!!!

    That worked!! below is the code!
    import java.util.Scanner;

    public class Ifprograms {
    public static void main(String[] args)
    {
    String Mon;
    Scanner sc = new...
  6. Replies
    2
    Views
    1,116

    Issues with IF else Statement

    Hi All,

    I'm not sure whats wrong with the following code. I skips to final else and prints the message, but doesn't validate the if conditions.


    import java.util.Scanner;
    public class...
Results 1 to 6 of 6