-->

v

Iklan Billboard 970x250

Ads

Iklan 728x90

basic programme simple calculator
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





























































SHARE
Admin@Vaish
I AM PES MODDER AND ART DESIGNER AND A 3D MODELLING EXPERT
Subscribe to get free updates

Related Posts

There is no other posts in this category.

Iklan Tengah Post

JSON Variables

EXPLORE PES WORLD

Ads

#COVID -19 PROTECTION

#STAY HOME
#STAYSAFE
AND PLAY PES GAME

About Us

I LOVE PES AND PES EDITING SO I MAKE PES PATCHES AND ALSO REVIEW OF OTHERS PATCHES