Which function's return type is boolean value
Answers
Answered by
2
Answer:
Bool Functions. The name of this function is isSingleDigit. It is common to give boolean functions names that sound like yes/no questions. The return type is bool, which means that every return statement has to provide a bool expression.
Answered by
1
Explanation:
Bool Functions. The name of this function is isSingleDigit. It is common to give boolean functions names that sound like yes/no questions. The return type is bool, which means that every return statement has to provide a bool expression.
Similar questions