User Profile

Collapse

Profile Sidebar

Collapse
pixcee2000
pixcee2000
Last Activity: Dec 5 '06, 12:58 AM
Joined: Nov 23 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • pixcee2000
    started a topic need help
    in C

    need help

    a m*n is said to have a saddle point it some entrya[i][j] is the smallest in row and largest in column j.
    prog that determine the saddle point if it exist
    See more | Go to post

  • pixcee2000
    started a topic plz help me to write this code
    in C

    plz help me to write this code

    write a prog to input an integer x? wheer x>0?for
    integer x,the program as to convert it into sum of
    consecutive positive integters/
    4 example the sum of interger 10=1+2+3+4.
    the total number of consecutive positive integers
    should be maximum example 9=2+3+4 and 9=4+5 but 9=2+3+4 is valid
    some integer such as 4 cannot be represented
    as a sum of consecutive positive integers.
    in that case...
    See more | Go to post

  • pixcee2000
    started a topic plz help me nw
    in Java

    plz help me nw

    1)a m*n is said to have a saddle point it some entrya[i][j] is the smallest in row and largest in column j.
    prog that determine the saddle point if it exist?



    2)write a prog to input an integer x? wheer x>0?for
    integer x,the program as to convert it into sum of
    consecutive positive integters/
    4 example the sum of interger 10=1+2+3+4.
    the total number of consecutive positive integers...
    See more | Go to post

  • pixcee2000
    started a topic plz...
    in Java

    plz...

    pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"

    thanx in advance
    See more | Go to post

  • pixcee2000
    started a topic plz help me..its urgent
    in Java

    plz help me..its urgent

    pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"

    thanx in advance
    See more | Go to post

  • pixcee2000
    replied to sum of consecutive positive integers
    in C
    pls help me to write a program such that we input an integer x,where x>0. For x, the program has to convert it into the sum of consecutive positive integers. for e.g. let x=10 output should be "10= 1+2+3+4" the total no. of consecutive positive integers in the sum expression should be maximal. for e.g. if x= 9 result should be 2+3+4 and not 4+5. If x=4 , the output should be "no answer"

    thanx in advance
    See more | Go to post

    Leave a comment:


  • pixcee2000
    started a topic hi plz tell code in java program form?
    in Java

    hi plz tell code in java program form?

    hi plz tell code in java program form?
    See more | Go to post
No activity results to display
Show More
Working...