Math!

On this page you will learn how to do math! I'll be teaching you how to add, subtract, multiply, and divide! You will be on Console Application. This will be fun and easy!

Adding!

What you need to do is to declare and intialize your integers and then put them in a fequence for the computer to add up your numbers like a calculator.

Your computer once you press start will look like this.

Now you know how to add using Console Application! It's really simple and easy to do.

Subtracting!

What you need to do is to declare and intialize your integers and then put them in a fequence for the computer to subtract your numbers like a calculator.

Your computer once you press start will look like this.

Now you know how to subtract using Console Application! It's really simple and easy to do.

Multiplying!

What you need to do is to declare and intialize your integers and then put them in a fequence for the computer to multiply your numbers like a calculator. You use this symbol * to multiply.

Your computer once you press start will look like this.

Now you know how to multiply using Console Application! It's really simple and easy to do.

Dividing!

What you need to do is to declare and intialize your integers and then put them in a fequence for the computer to divide your numbers like a calculator. You use this symbol / to divide.

Your computer once you press start will look like this.

Now you know how to divide using Console Application! It's really simple and easy to do.

You can now use Console Application as a calculator whenever you need it!