Computer Science, asked by SumukhaP88961, 10 months ago

Write an algorithm to go to school if not a holiday

Answers

Answered by kirandevi938690
2

Explanation:

if(school==open) {

do go_to school();

}else {

do chill( );

}

Similar questions