Answer the following questions true (T) or false (F)
1. A recursive function can have local variables.
2. A recursive function can have only one stopping case.
1. True
Explanation: Any function can have local variables.
2. False
Explanation: There is no reason to prohibit multiple stopping cases, nor, for that matter, multiple recursive cases.
Computer Science & Information Technology
You might also like to view...
In Word, use the ________ Cells command to create one cell from two or more cells
A) Merge B) Combine C) Join D) Split
Computer Science & Information Technology
Prior to becoming a qualified digital forensic investigator, a person must prove their ability as a computer scientist
a. True b. False
Computer Science & Information Technology