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