Search:

Type: Posts; User: vyshant

Search: Search took 0.00 seconds.

  1. Replies
    7
    Views
    33,520

    #include #include ...

    #include <stdio.h>
    #include <stdlib.h>
    #include<conio.h>
    //Prototype
    char randomNums(char * x, char y)
    {
    char z;
    for(z=0;z<=6;z++)
    if(x[z]==y)
    ...
  2. Replies
    7
    Views
    33,520

    thank you for looking in my program. can you...

    thank you for looking in my program.
    can you please write the code for me..
    its been a month since am trying to write the program
    am going mad with the code..
    i have to return my project in 2...
  3. Replies
    7
    Views
    33,520

    lotto program in c

    Write an algorithm + a program in C that will allow us to play the “LOTTO
    GAME”. For the purpose of the presentation of the assignment, you must be
    able to show some winning outcomes (i.e. no...
Results 1 to 3 of 3