Computer Science, asked by surmya2006, 7 months ago

Which function's return type is boolean value

Answers

Answered by ak475830
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 kirat7524
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