CSC105SU2021Class2
Revision as of 14:37, 16 June 2021 by Cathy.bareiss (talk | contribs) (Created page with "==Second Class assignment== ===Choice 1=== Adapt the previous choice program to allow computers to have a cost. Add a function that will compute the cost of all computers in...")
Second Class assignment
Choice 1
Adapt the previous choice program to allow computers to have a cost. Add a function that will compute the cost of all computers in a given network. Write a driver that demonstrates that it works.
Choice 2
Adapt previous choice one program so that computers also have the amount of used disk space. Create a function that outputs the total amount of available disk space for all computers in the network.