- 1
Anybody have any idea how to write a program for resistor color code using 2-dimensional array? Using C btw. Tks
0 black 1 brown 2 red 3 orange 4 yellow 5 green 6 blue 7 violet 8 grey 9 white
1 Antwort
+ 2
Hi there, you first have to progress further in C language (I saw your progress). And then you have to think the logic of the program. Then you'll be able to do something in it.