Download presentation
Presentation is loading. Please wait.
Published byAdi Gunardi Modified over 5 years ago
1
Learning Intention I will learn about concatenation and arithmetic operators.
2
Analysis Design Implementation Testing Documentation Evaluation
3
Concatenation means “joining together”
the concatenation operator in VB is the & - used to join strings together
4
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
5
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
6
Success Criteria I can program using the arithmetic operators and concatenation operator.
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.