=== Program === function main() { var x = 8 * 5 % 14 - 2 * 6 / 3; return x; }=== Output === Result: 8