Write an algorithm to go to school if not a holiday
Answers
Answered by
2
Explanation:
if(school==open) {
do go_to school();
}else {
do chill( );
}
Similar questions