Computer Science, asked by vinayakjaiswal15rnyv, 7 months ago

wap to print special numbers between 1 and n​

Answers

Answered by Anonymous
0

Answer:

Logic to print Strong numbers between 1 to n

Input upper limit to print strong number from user. Store it in a variable say end . Run a loop from 1 to end , increment 1 in each iteration. Structure of the loop should be similar to for(i=1; i<=end; i++) .

Similar questions