Search:

Type: Posts; User: Jaikrishna

Search: Search took 0.01 seconds.

  1. Replies
    13
    Views
    2,312

    Sorry

    Sorry, That was my first post :)
    Now learnt and corrected.
  2. Replies
    13
    Views
    2,312

    First get all the values as you did before. ...

    First get all the values as you did before.
    Then if user selects to display the maximum number
    perform

    max=valc[0]

    for(n=1 ; n<5 ; n++)
    if(valc[n]>max)
    max=valc[n];
Results 1 to 2 of 2