Commit 7358486a by Patryk Czarnik

importowanie - przygotowania

parent 1073a755
package p08_funkcje.przyklady;
public class Geometria {
// Aby nikomu nie przyszło do głowy tworzenie obiektu tej klasy,
// można ukryć konstruktor domyślny:
private Geometria() {
}
public static double poleKwadratu(double a) {
return a*a;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment