1 2 3 4 5 6 7 8 9
//chapter 10 Ex 10 clc; clear; close; Diff=21; per=65/100 num=Diff/(4/5-per); printf("The number is %1.0f.",num);