>

W03: Programming Tasks

Functions

Addition

Subtraction

Multiplication

Division

Selection Structures

Total: $ --.--

Array Methods

Source Array: 1,2,3,4,5,6,7,8,9,10,11,12,13

Odd Numbers: 1,3,5,7,9,11,13

Even Numbers: 2,4,6,8,10,12

Sum of Source Array: 91

Source Array Times Two: 2,4,6,8,10,12,14,16,18,20,22,24,26

Sum of Source Array Times Two: 182