Added some numbers to differentiate between the results
parent
a701db4a19
commit
db7087c277
|
@ -1,8 +1,8 @@
|
||||||
|
|
||||||
func main() begin
|
func main() begin
|
||||||
var a
|
var a, b, c
|
||||||
a := 1 + 2 + 4 + 5 + 6 + 7 + 8 + 9
|
a := 1 + 2 + 4 + 5 + 6 + 7 + 8 + 9 - 1
|
||||||
b := (10 + 10 * 4) * (2 + 2 * (1 + 1)) / 10 + 2 * 5 + 6 / 3
|
b := (10 + 10 * 5) * (2 + 2 * (1 + 1)) / 10 + 2 * 5 + 6 / 3
|
||||||
|
|
||||||
if a = b then
|
if a = b then
|
||||||
print "The answer is", b
|
print "The answer is", b
|
||||||
|
|
Loading…
Reference in New Issue