Ok I want to print a symbolic constant to the screen in C as it represents sales tax and I wanted to say:<BR><BR>Blah blah, sales tax: (Symbolic Constant)<BR>Now normally I'd ...
While certainly possible, this is not a practical method of recording this data. Suppose the program needed to record 100 scores? 100 variables would be required! Note - some programming languages ...