Box# Box Type Volume(cu/units) 1 Square 9 2 Rectangular 212 3 ? ? 4 ? ? 5 ? ? |
|
|
Enter X, Y:
0 0
Enter X, Y:
0 5
Enter X, Y:
14 5
Enter X, Y:
14 0
Enter Height:
5
Box# Box Type Volume(cu/units)
1 Rectangular 350
// track volume and type; for each int box #i there is a matching string type and a matching int volume.
Enter X, Y:
0 5
Enter X, Y:
0 10
Enter X, Y:
5 10
Enter X, Y:
5 5
Enter Height:
5
Box# Box Type Volume(cu/units)
2 Square 125
Enter X, Y:
5 5
Enter X, Y:
5 10
Enter X, Y:
10 10
Enter X, Y:
10 5
Enter Height:
5
Box# Box Type Volume(cu/units)
3 Square 125
// track volume and type; for each int box #i there is a matching string type and a matching int volume.
Enter X, Y:
10 7
Enter X, Y:
10 8
Enter X, Y:
13 8
Enter X, Y:
13 7
Enter Height:
3
Box# Box Type Volume(cu/units)
4 Rectangular 9
Enter X, Y:
10 5
Enter X, Y:
10 7
Enter X, Y:
15 7
Enter X, Y:
15 5
Enter Height:
4
Box# Box Type Volume(cu/units)
5 Rectangular 40
Press the enter key to continue ...
|