Sum input numbers and display the last digit of the sum on a 7 segment display.
Use the input 0-9, they will be treated as the numbers 1-10, summed up. The last digit of the sum will be displayed on the 7 segment display.
7 segment display
# | Input | Output | Bidirectional |
---|---|---|---|
0 | in0 | seg0 | |
1 | in1 | seg1 | |
2 | in2 | seg2 | |
3 | in3 | seg3 | |
4 | in4 | seg4 | |
5 | in5 | seg5 | |
6 | in6 | seg6 | |
7 | in7 | seg7 |