Write a program to illustrate the Ohm's Law, I-V/R. The program will first request to input an initial voltage (in volt), a fixed resistance (in ohm) and an incremental interval for voltage. A function should be written which will return the value of current (in amp) given a voltage and a resistance. Then the program will call the function and print out a table that shows the value of current under each increment of voltage. The maximum voltage is set to 50 volts (exclusively). a) main () should handle all input and output. (This requires that variables in main are updated by the function.) b) Secondary function should handle all calculations. c) Set precision to 2. Example Output 1 Enter the initial voltage (up to 50 in volt): 40 Enter the resistance (in ohm): 10 Enter the voltage incremental interval (in volt): 2 Voltage (volt) Resistance (ohm) Current (amp) 40 42 44 46 48 50 10 10 10 10 10 10 15 30 45 Example Output 2 Enter the initial voltage (up to 50 in volt): 50 Enter the resistance (in ohm): 10 Enter the voltage incremental interval (in volt): 2 Voltage cannot be equal or greater than 50. Please re-enter. 4.00 4.20 4.40 4.60 4.80 5.00 Enter the initial voltage (up to 50 in volt 15 Enter the resistance (in ohm): 15 Enter the voltage incremental interval (in volt): 15 Voltage (volt) Resistance (ohm) Current (amp) -- 15 15 15 1.00 2.00 3.00

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Please answer in c++. with showing the code.
PE8-Functions I
4.
Write a program to illustrate the Ohm's Law, I=V/R. The program will
first request to input an initial voltage (in volt), a fixed resistance.
(in ohm) and an incremental interval for voltage. A function should be
written which will return the value of current (in amp) given a voltage
and a resistance. Then the program will call the function and print
out a table that shows the value of current under each increment of
voltage. The maximum voltage is set to 50 volts (exclusively).
a) main () should handle all input and output.
(This requires that variables in main are updated by the function.)
b) Secondary function should handle all calculations.
c) Set precision to 2.
Example Output 1
Enter the initial voltage (up to 50 in volt): 40
Enter the resistance (in ohm): 10
Enter the voltage incremental interval (in volt): 2
Resistance (ohm) Current (amp)
Voltage (volt)
40
42
44
46
48
50
---
10
10
10
10
10
10
15
30
45
---
Example Output 2
Enter the initial voltage (up to 50 in volt): 50
Enter the resistance (in ohm): 10
Enter the voltage incremental interval (in volt): 2
Voltage cannot be equal or greater than 50. Please re-enter.
4.00
4.20
4.40
4.60
4.80
5.00
Enter the initial voltage (up to 50 in volty: 15
volti
Enter the resistance (in ohm): 15
Enter the voltage incremental interval (in volt): 15
Voltage (volt)
Resistance (ohm) Current (amp)
15
15
15
Page 2 of 2
1.00
2.00
3.00
Transcribed Image Text:PE8-Functions I 4. Write a program to illustrate the Ohm's Law, I=V/R. The program will first request to input an initial voltage (in volt), a fixed resistance. (in ohm) and an incremental interval for voltage. A function should be written which will return the value of current (in amp) given a voltage and a resistance. Then the program will call the function and print out a table that shows the value of current under each increment of voltage. The maximum voltage is set to 50 volts (exclusively). a) main () should handle all input and output. (This requires that variables in main are updated by the function.) b) Secondary function should handle all calculations. c) Set precision to 2. Example Output 1 Enter the initial voltage (up to 50 in volt): 40 Enter the resistance (in ohm): 10 Enter the voltage incremental interval (in volt): 2 Resistance (ohm) Current (amp) Voltage (volt) 40 42 44 46 48 50 --- 10 10 10 10 10 10 15 30 45 --- Example Output 2 Enter the initial voltage (up to 50 in volt): 50 Enter the resistance (in ohm): 10 Enter the voltage incremental interval (in volt): 2 Voltage cannot be equal or greater than 50. Please re-enter. 4.00 4.20 4.40 4.60 4.80 5.00 Enter the initial voltage (up to 50 in volty: 15 volti Enter the resistance (in ohm): 15 Enter the voltage incremental interval (in volt): 15 Voltage (volt) Resistance (ohm) Current (amp) 15 15 15 Page 2 of 2 1.00 2.00 3.00
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps with 3 images

Blurred answer
Knowledge Booster
Function Arguments
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
  • SEE MORE QUESTIONS
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education