Saved Bookmarks
| 1. |
Create a class with the following methodslargest (int a, int b ) - It displays the largest of the two numbers a and b Power (int a, int b ) - It displays the value of a to the power of b |
| Answer» | |