Search:

Type: Posts; User: vavilladolid

Search: Search took 0.00 seconds.

  1. Hello, thanks a lot for the idea, I got it. Can I...

    Hello, thanks a lot for the idea, I got it. Can I asked one last thing?


    #include <cstdlib>
    #include <iostream>
    #include <string>

    using namespace std;

    int main()
  2. Making Nim Game - Need some help and ideas.

    Hello Everyone. I was given problem.. Write a program play the following game: There are 21sticks. Two players take turns picking the sticks. Each player should take atleast 1 sticks and a maximum of...
  3. Now, I got it... Thanks a lot... clap clap...

    Now, I got it... Thanks a lot... clap clap clap... :)
  4. Yeah, I tried to used loop and got this code.......

    Yeah, I tried to used loop and got this code....

    #include<stdio.h>

    int main()

    {
    int base, exp, result;
  5. Can Anybody help me out, in converting my code to iterative method.

    Hello,

    I am new on programming, is currently using dev c++. I was asked to write a method to find x^y, where y is a power of x. Using recursive and iterative solution. I already have the recursive...
Results 1 to 5 of 5