Aan de slagBegin gratis

Everyone wins

After the last exercise, you realize that you have the power not just to improve your own grades but the grades of everyone else. So why not use your skills to help others too?

The array of grades grades_array is available in your environment.

Deze oefening maakt deel uit van de cursus

Introduction to Julia

Bekijk cursus

Oefeninstructies

  • Create a mutating function named topstudents!(), which accepts an array x, and changes all the elements to "AAAA".
  • Call the function on the grades_array array.

Interactieve oefening met praktijkervaring

Probeer deze oefening door deze voorbeeldcode aan te vullen.

# Write a grade mutating function
____ ____(____)
	____
____

# Call the function on grades_array
____

println("The new grades are $(grades_array)")
Code bewerken en uitvoeren