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 jest jakakolwiek parzysta const isAnyEven = numbers.some(x => x % 2 === 0); // wypisujemy wynik console.log(isAnyEven); // true // sprawdzamy, czy jakakolwiek nie jest l. caΕ‚kowitΔ… const isAnyNonInteger = numbers.some(x => !Number.isInteger(x)); // wypisujemy wynik console.log(isAnyNonInteger); // false

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