llowed language: C Languange The output and input should be the same as the sam

C++ Programming: From Problem Analysis to Program Design
8th Edition
ISBN:9781337102087
Author:D. S. Malik
Publisher:D. S. Malik
Chapter8: Arrays And Strings
Section: Chapter Questions
Problem 10PE
icon
Related questions
Question

prime factorization

allowed language: C Languange

The output and input should be the same as the samples.

Problem Statement
Create a program that will print the prime factorization of a number.
Input
Input starts with a number N and is followed by N numbers.
Output
The output will be the prime factorization
Limits
1<N< 20
0 <input <= 1000000
Notes
Problems will have test cases that are not listed in their specification. Your solution must produce the right output for these hidden test cases.
Sample Input #1
4
1
2
100
256
Sample Output #1
1
1
2
2^2 5^2
2^8
Copy
Copy
Transcribed Image Text:Problem Statement Create a program that will print the prime factorization of a number. Input Input starts with a number N and is followed by N numbers. Output The output will be the prime factorization Limits 1<N< 20 0 <input <= 1000000 Notes Problems will have test cases that are not listed in their specification. Your solution must produce the right output for these hidden test cases. Sample Input #1 4 1 2 100 256 Sample Output #1 1 1 2 2^2 5^2 2^8 Copy Copy
Expert Solution
steps

Step by step

Solved in 3 steps with 2 images

Blurred answer
Knowledge Booster
Types of Expressions
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
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
C++ for Engineers and Scientists
C++ for Engineers and Scientists
Computer Science
ISBN:
9781133187844
Author:
Bronson, Gary J.
Publisher:
Course Technology Ptr