Which one is incorrect function header?
difference(x, y = 2, z = 3)
difference(x, y, z = 5)
difference(x = 4, y = 5, z = 6)
difference(x = 10, y, z = 10)
Answers
Answered by
5
Explanation:
difference(x = 4, y = 5, z = 6)
Similar questions
Computer Science,
3 months ago
History,
6 months ago
Physics,
6 months ago
Math,
11 months ago
English,
11 months ago