Question: Determine the if-else statement that suits the comments given in the program. LINE 01: #include LINE 02: using namespace std; LINE 03: LINE 04:
Determine the if-else statement that suits the comments given in the program. LINE 01: #include LINE 02: using namespace std; LINE 03: LINE 04: int main() LINE 05: { LINE 06: bool button1 = true; LINE 08: LINE 09: LINE 07: bool button2 = true; bool button3 = false; string LED colour; LINE 10: LINE 11: Begin LINE 12: LINE 13: LINE 14: LED colour is red if buttons 1 and 2 are clicked. LED colour is blue if buttons 2 and 3 are clicked. LED colour is green if buttons 1 and 3 are clicked. LINE 15: LINE 16: End LINE 17: cout < < "LED Colour: " < < LED colour; LINE 18: LINE 19: } return 0;
Step by Step Solution
There are 3 Steps involved in it
Based on the comments the ifelse statements for determining the LED color based on the button cli... View full answer
Get step-by-step solutions from verified subject matter experts
