QBASIC Program to calculate the sum of two numbers

preview_player
Показать описание
Learning Series
You are heartily welcome to our you tube channel Learning series.This channel contains different tutorials and videos. This channel is about to learn different types of educational skills, technology, entertainment and technical knowledge of different subject matter.
Hope you are having enjoy with videos
please subscribe this channel.
Thank you !
#Learning Series
#learning series
#learningseries
#learning series
Рекомендации по теме
Комментарии
Автор

how we make a project in hotel management system please tell me in q basic

khanart
Автор

You can write in easy way in QBasic by :-
10 Input "enter first number"; a
20 Input "enter second number"; b
30 c = a + b
40 print c
50 end

NetheriteBoizz