Wednesday, August 10, 2011

Algorithm in pseudocode or flowchart?

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