Search:

Type: Posts; User: geshupenst

Search: Search took 0.00 seconds.

  1. Replies
    4
    Views
    1,047

    #include #include int...

    #include <stdio.h>
    #include <math.h>

    int power(int, int);

    int main()
    {
    int x, y, z;
  2. Replies
    4
    Views
    1,047

    wow thanks a lot that helped alot took me some...

    wow thanks a lot
    that helped alot
    took me some time, but got it done ha!
  3. Replies
    4
    Views
    1,047

    a really really simple problem...

    i really need a big help..
    i just started learning C++..
    the problem is this..

    i need to write a code in which
    the user inputs two numbers (3 and 5, for example..)
    and it goes as follows:
    243...
Results 1 to 3 of 3