Delete 10 voltage records, then reckmpute the average voltage for each equipmentid and also the resistance for each equipmentid

computer science

Description

Write a java program to,

Add 10 voltage records for each equipmentid.

Compute the average voltage for each equipmentid.

Compute the average resistance for each equipmentid.

Delete 10 voltage records, then reckmpute the average voltage for each equipmentid and also the resistance for each equipmentid.


When done he should give you the java code that was used to do the above steps


Related Questions in computer science category