Dear Rony,

 

Here the 2 assignments of yesterday from our group:

 

count = 1  

do while count <= 15  

    say 'Hello world'

    count = count + 1

end

 

 

Anton = 4

Mike = 3

If Anton > Mike then say “Anton ist größer als Mike“

If Anton < Mike then say “Anton ist kleiner als Mike“

 

 

Kind regards,

Steffi, Milos and Giorgia