1 2 3 4 5 6 7
//Example 7.10, page no-442 clear clc pv=30 ps=60 Rh=(pv/ps)*100 printf("%%RH = %d%%",Rh)