ComeçarComece de graça

Importing packages

Utilizing external packages will make you a more effective programmer. In this exercise, you will import and use the Statistics package in two different ways.

An array of data named x, is available in your environment.

Este exercício faz parte do curso

Introduction to Julia

Ver curso

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Import the Statistics package
____

# Calculate median
m = ____.____(____)

println("Median of x is $m")
Editar e executar o código