Search:

Type: Posts; User: CodeMonkey03

Search: Search took 0.01 seconds.

  1. Thanks for all your feedback, but I simply am...

    Thanks for all your feedback, but I simply am trying to get my program to output the Highest and Lowest Score. Currently, it only prints garbage values because it says that they are uninitialized;...
  2. C+P code use to work but now it doesn't!

    #include"stdafx.h"
    #define SIZE 10
    #define LENGTH 10
    #defineFormatLength 4

    void ReadScore(float *, int); //by ref, by value

    void ReadMin(float *); //by ref, by name

    float...
Results 1 to 2 of 2