2F04
Assignment 5
A5Q3h: Please wait for a while to see the whole report. Or just push "STOP" to get the partial report.
This html generates a good input example of the pressure and make the output report of the most important variable and functions.
To change the input of the pressure to random, you can simply change the code by uncomment the line
//Press=Math.floor(Math.random()*10000)/100+2370;Math.acos(-1)
and comment the next 2 lines in the code.
To change the Transmit input to random TRUE or FALSE , you can simply change the code by uncomment the line
//Transmit=Math.random()>0.5
NOTE: You can see the input of the pressure figure on the answer to A5Q4g.