a:b | b:a |
abcd:efgh | efgh:abcd |
xxxyyy:z | z:xxxyyy |
1:2:3 | 3:1:2 |
3) Assume there is an array named 'a'. This array contains numbers.
Write me a program fragment that prints the average of the array.
4) Write me a SUBROUTINE named foo. This subroutine
takes one argument, and prints either a 'yes' or 'no' depending on wether
the file named buy the argument exists.