Finding A Remainder in Javascript

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

// Only change code below this line

var remainder;
remainder=11;
remainder=11%3;

You might also like