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