Array Element Multiplication

# Introduction In this lab, you need to create a program that takes an integer input for the variable `multiplier`, creates an integer array `numbers` with the elements `4`, `6`, `8`, `10`, and uses a `for` loop to multiply each array element by `multiplier` and print the result.

|60 : 00

Click the virtual machine below to start practicing