Computer Science, asked by infytq530, 6 months ago

Brainly.in
What is your question?


sdharma45
4 minutes ago
Computer Science
Secondary School
Write a program to find the smallest integer value 'b'
for the given value of'a'. If we multiply the digits of
'b', we should get the exact value of 'a'. Result 'b' must
contain more than one digit.
Constraints:
1<=a<=10000
Examples:
Input: 10
Output: 25
Explanation: 2*5 = 10. Hence 25 is the smallest value
for 10.
Input: 56
Output: 78
Explanation: 7*8 = 56
Input: 150
Output: 556
Explanation: 5*5*6 = 150
Input: 13
Output: Not Possible
Instructions:
Input must be a single integer value.
Print "Not Possible" if result not found.​

Answers

Answered by Anonymous
3

Answer:

When a particle revolves around a circular path then the acceleration required is centripetal acceleration

I not understand your question

sorry

Answered by sriramramadevi123
1

Explanation:

i didn't understand your question from which subject is this from

Similar questions