I have to code this program Write a user friendly C++ program to:
1) Declare, read in and print out your name as a string.
2) Calculate power from voltage and current values entered by the user. Note Power=voltage * current. Generate a tabular display (line up the inputs and answer under headings) of the input and output in decimal form.
Sample output:
Name
Voltage Current Power
(volts) (amps) (watts)
5 8 40