// your code goes herelet y="";for(let x=15/2; x>0; x--){y+=x +"\n" };console.log(y)
Standard input is empty
7.5 6.5 5.5 4.5 3.5 2.5 1.5 0.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!