Write a program with the two methods as follows:
(1) int Exponent( int x, int y) - to return x raised to the power y using mathematical method.
(2) int Rectangle( int I, int b) - to return the area of a rectangle containing length (1) and
breadth (b).
Answers
Answered by
1
Answer:
First pic is first question and the second photo is the second
Explanation:
Attachments:
Similar questions