//Initilization of variables F=20 //lb L=4.33 //ft //Calculation M=-F*L //lb-ft //Result clc printf('The moment of force F about O is:%f lb-ft',M)