|
|
|
|
|
|
|
|
| cout << Bands[1] is starting at the index spot of the bands array correct ? |
| I could write it as: cout << Bands[2] = Red cout << Bands[3] = Orange |
| I wonder if i can assign a numerical value to the colors without creating 4 more array's |
| I want the user to enter the colors, then the program to output the resistor's ohm value.... |
|
|
|
|