Created
March 25, 2021 00:56
-
-
Save wynand1004/6cb9e9727df240df3cbf96483cdafe3b to your computer and use it in GitHub Desktop.
Java Loop Challenge 2 Starter Code
This file contains hidden or 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
| // Java Loop Challenge 2 | |
| // By @TokyoEdtech | |
| class JavaLoopChallenge2 | |
| { | |
| public static void main(String[] args) | |
| { | |
| System.out.println("\n\n1."); | |
| // Create a loop to print the numbers 1 to 10 inclusive | |
| System.out.println("\n\n2."); | |
| // Create a loop to print the sum of the numbers 1 to 10 inclusive | |
| System.out.println("\n\n3."); | |
| // Create a loop to print the even numbers only from 1 to 20 inclusive | |
| System.out.println("\n\n4."); | |
| // Create a loop to print the sum of the even numbers from only from 1 to 20 inclusive | |
| System.out.println("\n\n5."); | |
| // Create a loop that prints the 2 times table from 0 to 12 | |
| System.out.println("\n\n6."); | |
| // Create a loop that prints the 0-12 times tables from 0 to 12 | |
| } | |
| } |
enbrighousewarren-byte
commented
Dec 28, 2025
I
Cześć! Moim zdaniem współczesne platformy mobilne stały się naprawdę wygodne: strony działają płynniej, menu jest prostsze, a znalezienie konkretnej gry na telefonie zajmuje chwilę. Jeśli ktoś chce zobaczyć to w praktyce, warto sprawdzić https://voxcasinopl.bet/ , gdzie zwrócono uwagę na czytelny układ, łatwy dostęp do różnych gier i dopasowanie serwisu do urządzeń mobilnych. Dla mnie ważne jest też to, że informacje o zasadach czy płatnościach można znaleźć bez przekopywania się przez wiele zakładek. Właśnie taka prostota najbardziej poprawia komfort korzystania.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment