A research weather station is writing a program to calculate a cumulative atmospheric telemetry reading across three independent sensors.
Due to transient environmental interference, the calculated total reading must be adjusted before being recorded.
Write a VB.NET program to calculate the final corrected telemetry reading.
You should assume there are three integer variables called s1, s2, and s3 which have already been declared and given values representing the raw readings from each of the three sensors.
The program should:
You should use meaningful variable name(s) and VB.NET syntax in your answer.
298 exam-style questions on AQA GCSE Computer Science Programming concepts. Each one has a worked solution and a mark scheme showing where the marks go.