Popovycha / practiceit-printPowersOfN

Write a method called printPowersOfN that accepts a base and an exponent as arguments and prints each power of the base from base0 (1) up to that maximum power, inclusive.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

practiceit-printPowersOfN

Write a method called printPowersOfN that accepts a base and an exponent as arguments and prints each power of the base from base0 (1) up to that maximum power, inclusive.

About

Write a method called printPowersOfN that accepts a base and an exponent as arguments and prints each power of the base from base0 (1) up to that maximum power, inclusive.


Languages

Language:Java 100.0%