Scala zip and zipWithIndex examples (with Stream)Using Scala's zip and zipWithIndex methods for iteration and pairing elements.Scala 3 has deprecated Stream in favor of LazyList.