Newer
Older
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
#!/bin/bash
####################################
# Name: <Your name here>
# CSE 391 - Winter 2021
# Homework 7 - Task 1
####################################
function problem1 {
# Type your answer to problem #1 below this line
echo "not yet implemented"
}
function problem2 {
# Type your answer to problem #2 below this line
echo "not yet implemented"
}
function problem3 {
# Type your answer to problem #3 below this line
echo "not yet implemented"
}
function problem4 {
# Type your answer to problem #4 below this line
echo "not yet implemented"
}
function problem5 {
# Type your answer to problem #5 below this line
echo "not yet implemented"
}
function problem6 {
# Type your answer to problem #6 below this line
echo "not yet implemented"
}
function problem7 {
# Type your answer to problem #7 below this line
echo "not yet implemented"
}
function problem8 {
# Type your answer to problem #8 below this line
echo "not yet implemented"
}
function problem9 {
# Type your answer to problem #9 below this line
echo "not yet implemented"
}