[solved] – Question 96070
(1)
Write an algorithm to compute the quotient and remainder given that integer x(x>=0) is divided by another integer y(y>0). Assume that only addition and subtraction are the available arithmetics operations.
(2)
Write an algorithm to compute the perimeter and area of a triangle given the co-ordinates of its vertices
Expert Answer
OR

