Auf Thema antworten

Die sqrt methode ist eine statische Methode der Klasse Math.


Du musst die also so aufrufen

[code=Java]Math.sqrt(x)[/code]


oder java.lang.Math als statischen import hinzufügen



Oben