5 lines
79 B
BlitzBasic
5 lines
79 B
BlitzBasic
a = 25.5 * 25.5
|
|
b = 300.50 + 245.50
|
|
c = 99.1 - 99.1
|
|
Print a: Print b : Print c
|