Ads
Iklan 728x90
Featured Post
Home
» Uncategorized
basic programme simple calculator
copy this:
copy this:
say"a simple calculator"
#rem A simplecalculator
menu:
print"Enter your choice of
mathematical operatino"
print"1-Addition"
print"2-Subtraction"
print"3-Multiplication"
print"4-Division"
input"Choice",choice
input"Enter a
number1>",num1
input"Enter a
number2>",num2
if choice=1 then gosub addition
if choice=2 then gosub subtraction
if choice=3 then gosub mult
if choice=4 then gosub division
end
#subroutine for addition
addition:
result=num1+num2
Print
num1+"+"+num2+"="+result
return
#subroutine for subtraction
subtraction:
result=num1-num2
Print
num1+"-"+num2+"="+result
return
#subroutine for multiplication
mult:
result=num1*num2
Print
num1+"*"+num2+"="+result
return
#subroutine for division
division:
result=num1/num2
Print num1+"/"+num2+"="+result
return
download basic
https://sourceforge.net/projects/kidbasic/
https://sourceforge.net/projects/kidbasic/
Subscribe to get free updates
Related Posts
There is no other posts in this category.Iklan Tengah Post
JSON Variables
Blog Archive
EXPLORE PES WORLD
#COVID -19 PROTECTION
#STAY HOME
#STAYSAFE
AND PLAY PES GAME
MORE
NEW POSTS AND PAGES
Iklan 300x250
Blog Archive
Blog Archive
Popular
MV STADIUM PACK
MV STADIUM PACK RELEASED ADDED 42 STADIUMS 26+EXTERIORS ADDED NEW LIGHTING ADDED NEW GOAL NET A…
PES 2017 | NEW UEFA EUROPA LEAGUE MOD 2020 | SEASON UPDATE 20/21
PES 2017 | NEW UEFA EUROPA LEAGUE MOD 2020 | SEASON UPDATE 20/21 New Europa League Graphic &…




