blob: d13c95412f8302197f7b1a398d167102db3b48ef (
plain)
1
2
3
4
5
6
7
8
|
//chapter17
//example17.6
//page387
// frequency is inversely proportional to thickness
// so if thickness is reduced by 1%, frequency increases by 1%
printf("If thickness of crystal is reduced by 1 percent, then \nfrequency is increased by 1 percent \nbecause frequency is inversely proportional to thickness \n")
|