Search:

Type: Posts; User: -chr-

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    12,334

    thanks for your reply. I 'll change it....

    thanks for your reply.
    I 'll change it.
    something else?
    about the implementation?
  2. Replies
    3
    Views
    12,334

    Fibonacci numbers (using class)

    i want to write a program to compute the Fibonacci numbers (max 20 numbers).but i want to do it using a class.

    i wrote this and i want your opinions.
    it computes the Fibonacci numbers for given...
  3. Thread: position of max

    by -chr-
    Replies
    6
    Views
    1,341

    i 'll try it although i find it a bit difficult.

    i 'll try it although i find it a bit difficult.
  4. Thread: position of max

    by -chr-
    Replies
    6
    Views
    1,341

    you mean this: #include main() { ...

    you mean this:

    #include<stdio.h>
    main()
    {
    int array[10]={4,5,6,9,8,9,4,1,2,9};
    int max;


    max=array[0];
  5. Thread: position of max

    by -chr-
    Replies
    6
    Views
    1,341

    position of max

    i have written this code to print the position of max in the array.
    but how can i find all the positions of max? (3.5.9).


    #include<stdio.h>
    main()
    {
    int array[10]={4,5,6,9,8,9,4,1,2,9};...
Results 1 to 5 of 5