You are on page 1of 7

CARILLO, ELAINE L.

COE 601
Procedure: Activity #2 – Seven Segment LED CAPS Counter (All-caps
character from A to J)
Conclusion:
- In this Activity I form a different code because for me it is easier, and I just
form a lower case b and d so that it’s look like the letter because when I
form a capital letter b and d it is looks like a number 8 and 0. In conclusion,
In this Activity I used the commands void, char, switch, and break. What is
the importance of void? Meaning it doesn’t return anything or any value.
Next is the char, it is important so that we can identify each individual we
store in our program. Then the switch, it enables to transfer control to
different commands within the switch body, depending on the value of the
switch expression. Lastly the break, it allows you to terminate and exit a
loop or switch command from any point other than the logical end.

You might also like