Practical 8 Posted by Shubham Jitiya on January 12, 2021 Get link Facebook X Pinterest Email Other Apps Write a program that reads an integer and displays all its smallest factors in increasing order. For example if input number is 120, the output should be as follows:2,2,2,3,5. Click here to get complete code Output: Comments
Comments
Post a Comment