0
I want algorithm and flowchart of this question. Please send me proper algorithm and flowchart.
Whether to open an umbrella if it is raining?
1 Resposta
+ 2
Algo:
If(raining){
OpenUmbrella();
} Else{
Don'tOpenUmbrella();
}
Whether to open an umbrella if it is raining?