Add a couple of questions
This commit is contained in:
9
exercises/shell/factors.md
Normal file
9
exercises/shell/factors.md
Normal file
@ -0,0 +1,9 @@
|
||||
## Shell Scripting - Factors
|
||||
|
||||
### Objectives
|
||||
|
||||
Write a script that when given a number, will:
|
||||
|
||||
* Check if the number has 2 as factor, if yes it will print "one factor"
|
||||
* Check if the number has 3 as factor, if yes it will print "one factor...actually two!"
|
||||
* If none of them (2 and 3) is a factor, print the number itself
|
Reference in New Issue
Block a user