Learning Intention I will learn about concatenation and arithmetic operators.
Analysis Design Implementation Testing Documentation Evaluation
Concatenation means “joining together” the concatenation operator in VB is the & - used to join strings together
Arithmetic Operators Operation Symbol Example Addition + 2 + 5 = 7 Subtraction - 5 – 3 = 2 Multiplication * 4 * 3 = 12 Division / 6 / 3 = 2 Exponentiation ^ 3^2 = 32 = 9
Programming Programming Tasks on pages 20-21: Task 1 – Adding two numbers Task 2 – Adding 3 numbers * Task 3 – Wage Calculator * Task 4 – Year you were born * Task 5 – CD Cost Calculator * Task 6 – Area of a Square * * for tasks 2 – 6 you need to create a design in pseudocode first
Success Criteria I can program using the arithmetic operators and concatenation operator.