5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
print("The result should be 182:");
|
|
|
|
let x = 12 + 34 * 5;
|
|
print(x);
|