What is the ouput of the following functions:
a) =Mod(10, 4)
b) =Min(3, 4, -5, -6)
c) =Len("New Book")
d) =Product(10, 5, 2)
e) =Sum(20, 3, 5)
f) =Max(45, 56, 102, 8)
g) =Count(23, 4, 6)
Answers
Answered by
1
Answer:
a
c
d
e
g
b
Explanation:
please mark me as brainlist
Similar questions