Write a script that inputs integers (one at a time) and passes them one at a time to function isEven, which uses the modulus operator to determine if an integer is even. The function should take an integer argument and return true if the integer is even and false otherwise. Use sentinel-controlled looping and a prompt dialog.
What will be an ideal response?
```
1
2
3
4
5
6
7
8
9
31
32
33
34
Click Refresh (or Reload) to run this script again.
35
36
```
Computer Science & Information Technology
You might also like to view...
When merging cells, data in the rightmost cells will be ________
A) lost B) combined with the cells to the left C) distributed evenly D) retained
Computer Science & Information Technology
The space between characters is called ____.
A. kerning B. leading C. tracking D. weighing
Computer Science & Information Technology