Search:

Type: Posts; User: dipakshah8944

Search: Search took 0.07 seconds.

  1. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    Thank you.
  2. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    where can we select categories?
  3. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    confused abt last line output
  4. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    yes, but i m still confused. can u explain?
  5. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
    static class b{
  6. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    [code=java]
    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
  7. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    j.max();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  8. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  9. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    b j=new b();
    System.out.println(i);
    System.out.println(j);

    }
    class b{
  10. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    class a{
    public static void main(String args[]){
    int i=10;
    char k=max();
    char j=class b(max);
    System.out.println(i);
    System.out.println(j);
    }
    class b{
    public void max(){
  11. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    i don know . i m not just getting. i did this.

    class a{
    public static void main(String args[]){
    int i=10;
    char k=max();
    System.out.println(i);
    System.out.println(k);
    }
    class b{
  12. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    Please write new code.
  13. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] Re: hello

    print now :
    10

    want the output :
    10
    i
  14. Thread: hello

    by dipakshah8944
    Replies
    27
    Views
    3,150

    [SOLVED] hello

    hello everyone.

    I tried to find out correct section to ask this question,but i could not find way. could you suggest with answer?

    my code:

    class a{
    public static void main(String args[]){...
Results 1 to 14 of 14