Which term best describes these lines?
Count = 0
Loop through list if "basketball" is found
Add one to count
Output count
A. Python 3 code
B. Selection program
C. Pseudocode
D. Sequential program
1 answer
A. Python 3 code
Count = 0
Loop through list if "basketball" is found
Add one to count
Output count
A. Python 3 code
B. Selection program
C. Pseudocode
D. Sequential program
1 answer