How to write a simple program in GW BASIC | 10 class computer GW BASIC practical
Channel:
Subscribers:
1,490
Published on ● Video Link: https://www.youtube.com/watch?v=9RAlFlCdVH8
#gwbasic #computerpractical #GWBASIC
10 class computer GW BASIC practical How to sum two numbers
gw basic drive link to download: (Click the link below to install gw basic)
https://drive.google.com/drive/folder...
Watch GW Basic Introduction : https://youtu.be/wMXV-l_Hte8
Watch how to install GW BASIC : https://youtu.be/oyfKLBTQYh4
DosBox Run Commands
mount c: c:/gwbasic
c:
gwbasic
Program 1 (Take sum of two numbers)
10 a=2
20 b=3
30 c=a+b
40 pring "sum =";c
50 end
RUN
#computerpractical
#GWBASIC
#VismoTech
#10classcomputer
Other Videos By VismoTech IT Training
Tags:
GW BASIC
gwbasic
computer practical
basic program
VismoTech