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 # 06. Show all posts
Search
MONDAY, A P R IL 12, 2010
NEWS AND
OTHER BLOGS
News UpDates
Offering Syllabus
for All Boards in
Pakistan
Practical#06
OTHER BLOGS
Pakistan Studies
Knowledge
SOURCE PROGRAM
Practicals 10 REM CONVERT DOLLARS INTO RUPEES AND RUPEES INTO DOLLARS
Practical # 05 (1) 20 REM WHERE THE RATE IS 1$ = Rs.60
Practical # 06 (1)
30 CLS
Practical # 07 (1)
Practical # 08 (1) 40 PRINT "TO CONVERT DOLLARS INTO RUPEES"
Practical # 09 (1)
50 INPUT "ENTER VALUE IN DOLLARS($) =:";D
Practical # 10 (1)
Practical # 11 (1) 60 LET R = D * 60
Practical # 12 (1)
Practical # 13 (1) 70 PRINT D, "DOLLARS", "=="R, "RUPEES"
Practical # 14 (1)
80 PRINT "TO CONVERT RUPEES INTO DOLLARS"
Practical # 15 (1)
Practical # 1B (1) 90 INPUT "ENTER VALUE IN RUPEES(Rs.) =:";R1
Practical # 2 (1)
Practical # 3A (1) 100 LET D1 = R1 / 60
Practical # 3B (1)
110 PRINT R1, "RUPEES", "=="D1, "DOLLARS"
Practical # 4A (1)
Practical # 4B (1) 120 END
User's Guide(Chapters) (10)
Followers
OUTPUT
500 DOLLARS == 30000 RUPEES
30000 RUPEES == 500 DOLLARS
Return to Top
Posted by Professional Programmers at 9:28 AM No comments:
Labels: Practical # 06
Home Older Posts
Subscribe to: Posts (Atom)
Blog Archive(Blog
Posts)
Apr 12 (17)
Apr 25 (10)
About Us
PROFESSIONAL
PROGRAMMERS
We are the only one on
InterNet. Click 2 Learn
View my complete profile