Skip to content

Instantly share code, notes, and snippets.

@Shubhra22
Last active September 26, 2020 19:58
Show Gist options
  • Save Shubhra22/5d38e5931adbfbf4fad3122a2dc19567 to your computer and use it in GitHub Desktop.
Save Shubhra22/5d38e5931adbfbf4fad3122a2dc19567 to your computer and use it in GitHub Desktop.
Homework Week3
You have Two numbers. Write a program to find the value of one number raised to the power of another.(Do not use Java built-in method)
Reverse an integer number. For example, if the input is 12345, the output should be 54321.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment