Beginner Series - Clock Clock shows 'h' hours, 'm' minutes and 's' seconds after...
Is n divisible by x and y? Create a function that checks if a number n is divisi...
Function 1 - hello world Make a simple function called greet that returns the mo...
Alternate case Write function alternateCase which switch every letter in string...
Recursion 101 You will be given two positive integers a and b and your task will...
String repeat 依據給予的次數重複字串Write a function called repeat_str which repeats the gi...
為了熟悉 clojure,刷題練習語法 Get the mean of an array 回傳最接近陣列平均數的整數(無條件捨去),且不會給空陣列Return...