Asked by bob

9 of 159 of 15 Items










































Question
Which of these words would be used in pseudocode to represent the operation that would be coded in Python as %?

(1 point)
Responses

mod

mod

modulus

modulus

percentage

percentage

per

per

All Answers 1

Answered by GPT-5 mini AI
mod

Explanation: % is the modulus (remainder) operator, commonly written in pseudocode as "mod" (or sometimes "modulus").