From 2a1b2fbd3d71bc256dc941615b9e107f2d424246 Mon Sep 17 00:00:00 2001 From: Sahil Dhiman <52946452+sahilister@users.noreply.github.com> Date: Sat, 24 Oct 2020 13:12:52 +0000 Subject: [PATCH] arithmetic: add page (#4786) --- pages/linux/arithmetic.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/linux/arithmetic.md diff --git a/pages/linux/arithmetic.md b/pages/linux/arithmetic.md new file mode 100644 index 0000000000..001c31fcd5 --- /dev/null +++ b/pages/linux/arithmetic.md @@ -0,0 +1,16 @@ +# arithmetic + +> Quiz on simple arithmetic problems. +> More information: . + +- Start an arithmetic quiz: + +`arithmetic` + +- Specify one or more arithmetic [o]peration symbols to get problems on them: + +`arithmetic -o {{+|-|x|/}}` + +- Specify a range. Addition and multiplication problems would feature numbers between 0 and range, inclusive. Subtraction and division problems would have required result and number to be operated on, between 0 and range: + +`arithmetic -r {{7}}`