Calculate bike race statistics using calculations-on-the-fly: the calculations that follow should be done on-the-fly, i.e. the quantities of interest should be updated as each data point is read in. IMPORTANT: Arrays are not allowed in this project, beyond those used for strings (i.e. char arrays). Instead, perform calculations on-the-fly during the file reading process AND data that needs to be stored should be done in a linked list data structure.

Solved
Show answers

Ask an AI advisor a question