Search:

Type: Posts; User: Noobpoint

Search: Search took 0.01 seconds.

  1. Replies
    2
    Views
    1,224

    formula for logarithmic functions

    guys..i am having a problem in getting the formula for logarithmic functions..i hope you can help me


    formulas i need are

    1.logarithmic to exponential
    2.exponential to logarithmic
    3.and...
  2. Replies
    1
    Views
    1,242

    formula for logarithmic functions

    guys..i am having a problem in getting the formula for logarithmic functions..i hope you can help me


    formulas i need are

    1.logarithmic to exponential
    2.exponential to logarithmic
    3.and...
  3. Replies
    3
    Views
    926

    getting the time in seconds

    please can someone help me, i am finding a hard time in solving how many seconds in 1 hour 6 minutes 4 seconds


    Enter time in seconds: 4000

    The time is 1 hour 6 minutes 4 seconds


    here is...
  4. Replies
    4
    Views
    1,135

    GoodBye Duplicates..

    can someone help me convert this code form C++ to C because i am very confused


    #include<iostream>
    #include<conio.h>
    #include<stdlib.h>

    using namespace std;
    int cstay=0, cgarb=0;
    int...
  5. code for getting the GCD (greatest common divisor)

    can someone help there seem to be a problem with my code


    #include<stdio.h>#include<conio.h>
    #include<math.h>
    main()
    {
    int gcd(int a,int b)
    {
    int c;
  6. Replies
    1
    Views
    767

    using repetition statements/ looping

    can anybody help me. i am having hard time in getting the supplement, complement, and the reference angle by using repetition statement/ loops. If anyone can help me please reply.
  7. Replies
    3
    Views
    4,261

    sorry for that sir what i mean is that what i...

    sorry for that sir what i mean is that what i need is the codes for getting the process of Pythagorean theorem... i hope you can help me with this
  8. Replies
    3
    Views
    4,261

    Pythagorean theorem

    can u help me how to get the codes in getting the Pythagorean theorem. because i am having difficulty in getting it :(. please help
  9. how to find the supplement and complement of an angle

    sir plss help me.... i really have no idea how to make a code for this one... plsss help me i really need it badly
  10. Replies
    19
    Views
    2,549

    plss help me... i have really a big problem.. i...

    plss help me... i have really a big problem.. i dont know how to arrange the code.. :(
  11. Replies
    19
    Views
    2,549

    ohh i see... the only problem i have now is how...

    ohh i see... the only problem i have now is how to combine these codes..


    this is for finding the sum and prod



    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
  12. Replies
    19
    Views
    2,549

    wew.. when i try to change big=a[i] and ...

    wew.. when i try to change
    big=a[i] and
    low=a[0]; to
    big=a[0]; and
    low=a[0];

    the result was

    the smallest number is = 1
    the largest number is = 1
  13. Replies
    19
    Views
    2,549

    i almost got it but how can i insert the codes...

    i almost got it but how can i insert the codes for getting the largest and smallest number?




    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>
  14. Replies
    19
    Views
    2,549

    and here is my other problem.....

    and here is my other problem.....
  15. Replies
    19
    Views
    2,549

    my problem is how to arrange the codes.. its very...

    my problem is how to arrange the codes.. its very confusing
  16. Replies
    19
    Views
    2,549

    the question is if the user inputs any number the...

    the question is if the user inputs any number the program will ask for the sum, product, the largest and the smallest number
  17. Replies
    19
    Views
    2,549

    and here is for getting the largest and smallest...

    and here is for getting the largest and smallest number




    #include <stdio.h>
    #include <conio.h>
    main()
    {
    int a[5],i,big,low;
  18. Replies
    19
    Views
    2,549

    #include #include...

    #include<stdio.h>
    #include<conio.h>
    #include<stdlib.h>


    int x , y, input;
    int sum(int x, int y);
    int prod(int x, int y);
  19. Replies
    19
    Views
    2,549

    ok then.... i will help you if you need help

    ok then.... i will help you if you need help
  20. Replies
    19
    Views
    2,549

    C functions using loops

    can someone help me

    *Create a C program that will use the application of function in the program. The program will not accept 0 and above 20 as the number of inputs, the program will display...
Results 1 to 20 of 22