Download Solution From here:
Learning Outcomes
This assessment tests the following learning outcomes:
Assignment Task
For this assignment you are required to create an application which creates a two-dimensional array to store floating point numbers representing the actual values of samples of steel bar in a production process. The number of samples in the array will be determined at run-time. This is very similar to containing the data in a spreadsheet.
The array should store the following:
Submission:
You should submit a single program file named yourname.c
The file should be fully commented and should run on the computers in the labs.
Learning Outcomes
This assessment tests the following learning outcomes:
- Write and debug small programs in C using system libraries and APIs in an appropriate IDE.
- Demonstrate an appreciation of accessing, manipulating and managing system-level resources, such as memory.
- Demonstrate an understanding of the principles of imperative and structured programming.
Assignment Task
For this assignment you are required to create an application which creates a two-dimensional array to store floating point numbers representing the actual values of samples of steel bar in a production process. The number of samples in the array will be determined at run-time. This is very similar to containing the data in a spreadsheet.
The array should store the following:
- The sample number, length, diameter and weight of each sample;
- The average value for each of the above
- The maximum and minimum values of each of the above
Submission:
You should submit a single program file named yourname.c
The file should be fully commented and should run on the computers in the labs.
No comments:
Post a Comment