# Perulangan WHILEx = 2while x <= 10: print("WHILE - Angka genap:", x) x += 2
Standard input is empty
('WHILE - Angka genap:', 2) ('WHILE - Angka genap:', 4) ('WHILE - Angka genap:', 6) ('WHILE - Angka genap:', 8) ('WHILE - Angka genap:', 10)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!