Language LIA
(LIA - Original)
| Date: | 12/21/07 |
| Author: | Rafael Martins |
| URL: | n/a |
| Comments: | 0 |
| Info: | n/a |
| Score: |
algoritmo LIA;
variavel
i: inteiro;
inicio
i <- 100;
enquanto (i > 1) faca
i <- i - 1;
escreva(i, " bottles of beer on the wall,");
escrevaln(i, " bottles of beer.");
escreva("Take one down and pass it around, ");
escrevaln(i-1, " bottles of beer on the wall.");
fim_enquanto;
escrevaln("1 bottle of beer on the wall, 1 bottle of beer.");
escreva("Take one down and pass it around, ");
escrevaln("no more bottles of beer on the wall.");
escrevaln("No more bottles of beer on the wall, no more bottles of beer.");
escreva("Go to the store and buy some more, 99");
escrevaln("99 bottles of beer on the wall.");
fim.
Download Source | Write Comment
Download Source | Write Comment
Add Comment
Please provide a value for the fields Name,
Comment and Security Code.
This is a gravatar-friendly website.
E-mail addresses will never be shown.
Enter your e-mail address to use your gravatar.
Please don't post large portions of code here! Use the form to submit new examples or updates instead!
Comments