To tylko jedna z 4 stron tej notatki. Zaloguj się aby zobaczyć ten dokument.
Zobacz
całą notatkę
1.************************** import java.io.*; class MetStat { static void zamiana(int a, int b) { int pom=a; a=b; b=pom; } public static void main(String[] args) { int a=5; int b=9; zamiana(a,b); System.out.println(a+" , "+b); } } 2.**************************** import java.io.*; class Nwd { public static int Nwd(int a, int b) { if(a==b) { return a; } else { if(a b) ? a : b; } static char funkcja(String s, int i){ if (i == s.length() -1) return s.charAt(i); else
(…)
… Nwd(a-b,b); } } public static void main(String[] args) { System.out.println(Nwd(8,32)); } } 3.*************************** class napis{ void wyswietl(){ System.out.println("To jest bardzo trudne zadanie"); } } public class Fourth { public static void main(String[] args) { Tekst napis = new Tekst(){ void wyswietl(){ System.out.println("To nie jest bardzo trudne zadanie"); } }; napis.wyswietl…
... zobacz całą notatkę
Komentarze użytkowników (0)