Question: in C language 1) Write a program which finds the smallest number (excluding 1) whose sum of cubes of digits are equal to that number.

in C language
1) Write a program which finds the smallest number (excluding 1) whose sum of cubes of digits are equal to that number. The program should the print the number you found as output. Assume the number you are testing is 29 243+ 943-8+ 729-737. 737 is not equal to 29. So the number you are searching for is not 29. 2) Write a program that prompts the user to enter an integer number (N) and then displays the following N-by-N triangle pattern. Enter a number: 5 * K
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
