1 2 3 4 5 6 7
//Chapter 9 Ex 5 clc; clear; close; x=(5*((8^(1/3))+(27^(1/3)))^3)^(1/4); mprintf("The value of expression is %d",x);