how do i design an iterative algorithm that , given two positive integers m and n, calculates the integer quotient and the remainder when m is divided by n. Your algorithm can use only +,-, and comparison operations for integers. using this in pseudocode or flowchart
No comments:
Post a Comment