program to accept a no. and check its a four digit no. or not. If its a four digit no. then display all the digits are even or not otherwise display the no. next to it.
Answers
Answered by
2
Answer:
A tech number can be tech number if its digits are even and the number of digits split into two number from middle then add these number if the added number’s square would be the same with the number it will called a Tech Number.
If the number is split in two equal halves,then the square of sum of these halves is equal to the number itself. Write a program to generate and print all four digits tech numbers.
Hope it helps you keep smiling :)
Similar questions