-
Return amount of full meters for given centimeters.
-
Return
true
only ifb
is betweena
andc
. -
Return sum of 2 greatest digits between
a
,b
andc
. -
Return Day title as
String
in English for Day index (from1
to7
). Returnerror
string for other indexes. Usecase
operator to solve this task. -
Return true only if given number
n
is power of3
. -
Determine whether a record of integer
n
contains digit2
, if so - returntrue
, else returnfalse
.