1 2 3 4 5 6 7
//chapter 1 Ex 10 clc; clear; close; //let value to be found is x x=387*387+113*113+2*387*113; mprintf("x=%.0f",x);