Prijava
// Podatkovna zbirka: kvadrat.cpp // funkcija za izracun kvadrata float kvadrat (float x) { return x * x; // konec kvadrat }