Commit 9b777656 by Patryk Czarnik

PierwszePetle - początek

parent 499fddbb
package p05_petle.teoria;
public class PierwszePetle {
public static void main(String[] args) {
System.out.println("Początek programu");
while(2 + 2 == 4) {
System.out.println("Ala ma kota");
}
// System.out.println("Koniec programu");
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment