Skip to content

ademilua/LoopingThrough2differentsArrayDatatype-string-and-Int-with-same-length

Repository files navigation

Each item in the two arrays correspond to the other. For instance, Iceman (located at index 1) would correspond to 9 (located at index 1 of the other array):# LoopingThrough2differentsArrayDatatype-string-and-Int-with-same-length This is a tricky way of looping through arrays to select the minimum value and the maximum values in the array. The purpose of this is to take two existing arrays, one with names and the other with numbers that represents battles, loop through them and retrieve information to display to the user. Each item in the two arrays correspond to the other. For instance, Iceman (located at index 1) would correspond to 9 (located at index 1 of the other array):

About

This is a tricky way of looping through arrays to select the minimum value and the maximum values in the array.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published