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