Small program : //----- Variables var x = 3 ; var y = 4 ; //----- Main expression x * x + y * y
Result :