You are on page 1of 1

// write your code here

x=3;
y=4;
z=1;
o=3+4+1;
print (o,x,y);

x= 3;
y= 2;
x= 1000+x+y;
print (x);

var pitus = new SimpleImage("lion.jpg");


print (pitus.getWidth());
print (pitus.getheigh));
print(pitus);

You might also like