True or False
1. A function cannot return a value.
2. Arrays store values of different data types.
3. A try block must always be followed by a catch block.
4. Exceptions are the errors that occur at runtime.
5. A function can be called from the main function.
Answers
Answered by
1
Answer:
1) True
2)false
3)false
4)true
5)false
Explanation:
Answered by
1
Answer:
1) True
2) False
3) True
4) False
5) True
Similar questions