+ 1
Numbers are built in. int a = 4 + 5; float b = 4.73 * 1.2; Early assembly language didn't implement floating point numbers, so you had to write a library yourself to deal with it, but most now do.
26th Apr 2018, 2:14 PM
Emma