Modifying arrays
Creating and modifying arrays is an essential step of any scientific computing. In this exercise, you will become familiar with doing so with Julia.
This exercise is part of the course
Introduction to Julia
Hands-on interactive exercise
Have a go at this exercise by completing this sample code.
# Create array of zeros
x = ____