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.
Diese Übung ist Teil des Kurses
Introduction to Julia
Interaktive Übung
Vervollständige den Beispielcode, um diese Übung erfolgreich abzuschließen.
# Create array of zeros
x = ____