Facebook
From RABKA ZDROJ, 7 Years ago, written in Plain Text.
This paste is a reply to Untitled from RABKA ZDROJ - go back
Embed
Viewing differences between Untitled and RAPKA
function potega($a, $b) {
        
        $k=$a;

        for ($i=1;$i<$b;$i++) {
                $a=$a*$k;
        }
        print($a);

}
potega(2,2);
potega(2,4);
potega(2,534);


?>

Replies to RAPKA rss

Title Name Language When
Re: RAPKA RABKA ZDROJ text 7 Years ago.