Computer Science, asked by lakshmitulasi0212, 15 hours ago

write a program to calculate the square of those numbers whose least significant digit is 5

Answers

Answered by purveshKolhe
3

Answer:

CLS

Input "Number 1: ",num1

Print num1*num1

END

Similar questions