Cls
Input " enter the length " ;l
Input " enter the breadth " ;b
let A = l*b
Print" the area of rectangle=" ; A
End
After writing code in the Qbasic Interpreter, Press SHIFT + F5 to run program.
After running program, the above window is display that ask to enter the value for length.
After entering the value for length, press ENTER. It asks again to enter the value for breath.
After entering the value for breath, press ENTER. The program calculates the area of rectangular.
Thank you so much sir.
ReplyDeleteIt was very useful for me.
☺☺
Hello
ReplyDeleteYour breadth spelling is wrong.
You have written breath
Which word
DeleteThanks
ReplyDeleteThanks a lot 😊
ReplyDelete