0% found this document useful (0 votes)
15 views1 page

GW-BASIC LANGUAGE - Practical # 09

Uploaded by

SajjadJamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
15 views1 page

GW-BASIC LANGUAGE - Practical # 09

Uploaded by

SajjadJamil
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

GW-BASIC LANGUAGE

Programming Language (GW-BASIC)Gee-Whiz Beginners All Purpose Symbolic Instructions Code

Home About GW - BASIC SubPrograms Commands and Statements Feedback

Contact Us

Well Come to Professional Programmers


Learning Goal

GW-BASIC COUNTER
How do antidepressants work
How do antidepressants work

Search This Blog Showing posts with label Practical # 09. Show all posts
Search
MONDAY, A P R IL 12, 2010
NEWS AND
OTHER BLOGS
News UpDates
Date Sheets for
Intermediate Exam
2010 (Part-I & II)
Practical#09
OTHER BLOGS
Pakistan Studies
Knowledge
SOURCE PROGRAM
10 REM TO PREPARE ELECTRICITY BILL
Practicals
20 CLS
Practical # 05 (1)
30 INPUT "ENTER METER NUMBER=:";MN$
Practical # 06 (1)
Practical # 07 (1) 40 INPUT "ENTER PREVIOUS READING=:";PR
Practical # 08 (1)
Practical # 09 (1) 50 INPUT "ENTER PRESENT READING=:";CR
Practical # 10 (1)
60 LET U = CR - PR
Practical # 11 (1)
Practical # 12 (1) 70 LET A = U * 1.25
Practical # 13 (1)
Practical # 14 (1) 80 PRINT TAB(10) "ELECTRICITY BILL"
Practical # 15 (1) 90 PRINT"*************************************************************"
Practical # 1B (1)
Practical # 2 (1) 100 PRINT "METER NUMBER=:",MN$
Practical # 3A (1)
110 PRINT "PREVIOUS READING=:",PR
Practical # 3B (1)
Practical # 4A (1) 120 PRINT " PRESENT(Current Reading)READING=:",CR
Practical # 4B (1)
User's Guide(Chapters) (10) 130 PRINT "UNIT CONSUMED=:",U

140 PRINT "AMOUNT=:", A


Followers
150 END

OUTPUT
METER NUMBER=: AL - 12345
PREVIOUS READING=: 500
PRESENT(Current Reading) READING=:1000
UNIT CONSUMED=: 500
AMOUNT=: 625

Return to Top
Posted by Professional Programmers at 9:24 AM No comments:
Labels: Practical # 09

Blog Archive(Blog
Posts) Home Older Posts
Apr 12 (17)
Apr 25 (10) Subscribe to: Posts (Atom)

About Us
PROFESSIONAL
PROGRAMMERS
We are the only one on
InterNet. Click 2 Learn
View my complete profile

You might also like