Computer Science, asked by manjalinpli, 4 months ago

Write an algorithm To find the square of inputed number ​

Answers

Answered by cuteprincess200012
2

Answer:

Divide the number in two parts with one part containing only the number at unit's place say part 'A', and other part say 'B', containing the remaining number. Now square the number at unit's place. The square will be one of these; {0,1,4,9,16,25,36,49,64,81}.

Similar questions