Any computer genius here........
I want ur help......
Write a program to input any two numbers and print their sum and product........
Please answer it in Qbasic language.......
........answer it fast......☝☝☝
Answers
Answered by
0
10 Input "Enter two numbers" ; A , B
20 S = A+B
30 P = A*B
40 Print " sum " ; S
50 Print " product " ; P
60 End
20 S = A+B
30 P = A*B
40 Print " sum " ; S
50 Print " product " ; P
60 End
brainlygirl143:
Yes
Answered by
4
Hiii dear here is your answer...
10 Input "Enter two numbers"; A, B
20 S A + B
30 P A * B
40 Print "sum" S
50 Print "product"; P
60 End
hope it helps you mark it brainliest if you like ^.^
10 Input "Enter two numbers"; A, B
20 S A + B
30 P A * B
40 Print "sum" S
50 Print "product"; P
60 End
hope it helps you mark it brainliest if you like ^.^
Similar questions