Computer Science, asked by kartikey26, 1 year ago

write the output in the given space below

reset
sh
pu
$a=5
$b="The square is:"
print $b+$a*$a

Answers

Answered by BrainLeeBro
1
The square is 25
Hope it helps. ;-)
Similar questions