var i;var total = 0;for(i=1;i<1000;i++){ if ((i%3===0)||(i%5===0)){ total += i; }}print(total);
Standard input is empty
233168
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!