//chapter 3 Ex 9 clc; clear; close; //let value to be found is x x=2.68*.74; mprintf("x=%.4f",x);