Search:

Type: Posts; User: newbiecoderguy

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,742

    Thanks for your input but the idea is that the...

    Thanks for your input but the idea is that the person types in all the info, like searching wikipedia or IMDB and the program calculates their age at the time of the movie being released.
  2. Replies
    6
    Views
    1,742

    I know this is wrong but this is a basic...

    I know this is wrong but this is a basic structure I thought of

    #include <stdio.h>
    int main(void)
    {
    float actorname;
    float filmname;
    int bday;
    int releaseyear;
    int age
  3. Replies
    6
    Views
    1,742

    C program idea not sure!

    Here is an idea that I thought was pretty cool.

    I just got a book on C, never really coded anything but I want the program to do the following

    I want it to calculate the age of an actor when a...
Results 1 to 3 of 3