Brain Teasers : Mathemetics
Find the 8 digit number which satiesfies all of the following conditions
1-> the first 2 and last 2 digits are same.
2-> the total of 8 digit is 37.
3-> it is a square number.
4-> it is a cube number.
If anyone wants to make the code, here is the hint:
try making a series of square & cube numbers, then save the common numbers in series. Then you know the remainimg task.