Vedel by niekto vysvetlit boothov alg. ??
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Zobrazi prspevky MenuQuote#include <karel.h>
void pohyb5(){
movek();
movek();
movek();
movek();
movek();
}
int main(){
turnOn("empty1.kw");
if(noBeeperPresent){
putBeepers();
pohyb5();}
else
pohyb5();
turnLeft();
if(noBeeperPresent){
putBeepers();
pohyb5();}
else
pohyb5();
turnLeft();
if(noBeeperPresent){
putBeepers();
pohyb5();}
else
pohyb5();
turnLeft();
pohyb5();
turnOff();
return 0;
}