We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Linux Shell
- Bash
- The World of Numbers
- Discussions
The World of Numbers
The World of Numbers
Sort by
recency
|
188 Discussions
|
Please Login in order to post a comment
Very Short Solution read n1 read n2 echo ((n1-n2)) echo ((n1/n2))
read n1 read n2 echo ((n1-n2)) echo ((n1/n2))
What do you think?