echo 4 +5
wat should i use to make its ans= 9 .
plz tell me the complete statement
echo 4 +5
wat should i use to make its ans= 9 .
plz tell me the complete statement
EmbLogic Research & Competency Development Labs
Phone: +91 9818467776, 8527567776, 9650467776
Email: info@emblogic.com
Copyright © EmbLogic Embedded Technologies Pvt. Ltd.
echo $((4+9))
`expr 4 + 5`
and mind the gap while you are writing this
$((expression))
two ways to calcualte this..