Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

#include <iostream>

#include <string>
int main()
{
double num1, num2, num3, averageVoltage
cout<<"Enter Test Results"<<endl;
cin>>num1>>num2>>num3;
do
{
(
}

You might also like