Write a program in Python that asks the user to enter an integer and prints two integers, root and power, such that 1 < power < 6 and root ** power is equal to the integer entered by the user. If no such pair of integers exists, it should print a message to that effect. Write the program so that if the user gives integer 64, then your program will answer that 4 ** 3 is 64, that is, it looks for the lowest root for which root ** power is the desired integer

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter5: Control Structures Ii (repetition)
Section: Chapter Questions
Problem 14PE
icon
Related questions
Question

Write a program in Python that asks the user to enter an integer and prints two integers, root and power, such that 1 < power < 6 and root ** power is equal to the integer entered by the user. If no such pair of integers exists, it should print a message to that effect. Write the program so that if the user gives integer 64, then your program will answer that 4 ** 3 is 64, that is, it looks for the lowest root for which root ** power is the desired integer.

Expert Solution
steps

Step by step

Solved in 4 steps with 3 images

Blurred answer
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
C++ Programming: From Problem Analysis to Program…
C++ Programming: From Problem Analysis to Program…
Computer Science
ISBN:
9781337102087
Author:
D. S. Malik
Publisher:
Cengage Learning