Using Multiple sensors to eliminate errors

It may be easier than you think. Read each sensor and compare the results. If one reading differs from the others by more than you think reasonable then you report the error.

Try writing a sketch that reports the reading of just one sensor.

When you have that working, add code to report the values for three sensors.

When that is working, add code that compares the three readings and reports a deviation large enough for you to consider it an error.

Have fun!