Intro to Computer Programming > Ch. 6.9: Returning a Boolean Value > Flashcards
What is returning a Boolean value mean?
Frequently, there is a need for a function that tests an argument and returns a true or false value indicating whether or not a condition exists.