Computer Science, asked by petamanjusree5332, 1 year ago

How to find square root of any number in qbasic?

Answers

Answered by buzzpranav06
0

INPUT “ENTER ANY NUMBER”; N

S = N ^ 2

PRINT “SQUARE OF NUMBER ”; S

END


this is what i do and it works well for me

Similar questions