Question: Using c++ Write a program that asks the user for two numbers: volts1 and volts 2. If the difference between volts1 and volts2 is less
Using c++ Write a program that asks the user for two numbers: volts1 and volts 2. If the difference between volts1 and volts2 is less than 0.0001, set the variable "approx" equal to 0. Else, calculate approx = (volts1 - volts2)/2.0
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
