Syntax: Numbers in C++. • ID: #25 Code const a=15, b=16; console.log("sum=", a+b, "mul=", a*b); Notes You can copy this snippet and adapt it. For advanced, add real-world inputs, edge cases, and tests. ← Prev Next →