Maths in SmallBasic Learning Objectives Know how to use basic Maths Operators in SmallBasic. Be able to create a simple calculator!
Maths Operators Operation Operator Add Subtract Multiply Divide
Maths Operators Add Subtract Multiply Divide Operation Operator + - * /
A Simple Calculator Describe (in words) each line of this program
Create a multi-function calculator using the graphics window. Calculator Challenge! Gold Challenge Create a multi-function calculator using the graphics window. Silver Challenge Create a program that allows the user to choose to add, subtract, multiply or divide two numbers. Bronze Challenge Create a program that will multiply any two numbers entered by the user.
Partial Silver Solution