Get contacted by recruiters directly with our newest chat feature!
Register now or log in to join your professional community.
procedure multiple ()
variables a,b,s : integer;
write ( " enter the first number");
read (a);
write ("enter the second number");
read (b);
s=a*b
Write ("s=",s);
End
Cancel Report Answer