Created
October 25, 2022 10:43
TabliceNew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.W tablicy gdzie są wartości Jazz, Classics, Rock-n-Roll zamień | |
wartość Classics | |
wartością “muzyka wspolczesna”. | |
2. Wypisz na konsolę co drugi element tablicy nazwanej tablica123 przy użyciu pętli. | |
3. Wypisz przedostatni element tablicy dowolnej tablicy tab1. | |
4. Przepisz wartości tab2 do tab3. | |
5. Wstaw do tablicy między elementami “.” przy użyciu pętli for of |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment