online compiler and debugger for c/c++

code. compile. run. debug. share.
Source Code   
Language
// tablica z liczbami podzielnymi przez 15 const numbers = [0, 15, 30, 45, 60]; // sprawdzamy, czy wszystkie są parzyste const areEven = numbers.every(x => x % 2 === 0); // wypisujemy wynik console.log(areEven); // false // sprawdzamy, czy wszystkie są l. całkowitymi const areInteger = numbers.every(Number.isInteger); // wypisujemy wynik console.log(areInteger); // true

Compiling Program...

Command line arguments:
Standard Input: Interactive Console Text
×

                

                

Program is not being debugged. Click "Debug" button to start program in debug mode.

#FunctionFile:Line
VariableValue
RegisterValue
ExpressionValue