Question: in c++ program (b) Develop a program to decode the nominal value of a resistor. Use the information in Figure 1 to figure out the

in c++ program
(b) Develop a program to decode the nominal value of a resistor. Use the information in Figure 1 to figure out the nominal value of a standard resistor. Figure 1. A diagram of the color code of a standard resistor Here's how you use the color code to figure out the nominal value of the resistor: 1. Decide which band is the first band. 2. Look up the color of the first band in the column labeled "1st digit" and find the number associated with that color. 3. Look up the color of the second band in the column labeled " 2 nd digit" and find the number associated with that color. 4. Look up the color of the third band in the column labeled " X " and find the number associated with that color. 5. Put the first two-digit side-by-side to form a two-digit number. 6. Multiply the two-digit number by the multiplier. Prompt the user to key in the color of the first band, second band and third band. Then use for and/or if-else-if structure and/or switch structure to decode the nominal value of the resistor
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
