Search:

Type: Posts; User: steve568

Search: Search took 0.00 seconds.

  1. Replies
    3
    Views
    1,467

    thanks it runs now but i changed year[i] to...

    thanks it runs now but i changed year[i] to month[i] and here's the output: how do i correct it?

    Year Mean hit
    ------------------
    March 398.00
    March 649.00
    March ...
  2. Replies
    3
    Views
    1,467

    can someone help me debug this?

    #include<stdio.h>
    #define MONTH 12
    #define YEAR 2

    const char *month[]= {"January", "February", "March", "April", "May", "June", "July",
    "August", "September", "October",...
  3. Replies
    1
    Views
    783

    Help with a pointer program

    Write a program to read a list of numbers entered from the terminal. Before this list of numbers is entered, the program first prompts the user to give how many numbers are going to be entered.
    ...
Results 1 to 3 of 3