The * operator

To multiply, we do not need to care about the order; one value is multiplied for another one, no matter which direction we take:

zarrelli:~$ a=20 ; b=5 ; c=$((${a}*${b})) ; echo ${c}
100
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
3.129.211.87