To compute the square of the value in variable a:
b = a^2;
z = a * a;
both correct
QuizBucket
© 2017 QuizBucket.org