1 2 3 4 5 6 7
//Example 8_5 clc(); clear; //To find the noise level when four drills are working I=90 //units in decibel In=10*log10(4)+I printf("new intensity level=%.2f dB",In)