Problem Description
You are working as an Engineer for a materials manufacturing research lab and have been asked to provide an automated solution to analyse data.
The data relates to a new material being developed. The data is a measure of strength recorded every 100mm of the material and is stored in a file.
Each line in the file represents a row of measurements on the material. Data is separated by a comma ','.
Assignment 1
Using appropriate pseudocode syntax, write the algorithm required to describe the steps involved to analyse and display the data as per the problem description.
Assignment 3
Using an appropriate C syntax, write the code required to analyse and display the data as per the problem description.