Skip to content

Commit ca4e673

Browse files
committed
Solution is added for Arithmetic Operations.
1 parent 11baf92 commit ca4e673

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
# Arithmetic Operations
4+
# https://www.hackerrank.com/challenges/bash-tutorials---arithmetic-operations/problem
5+
6+
read X
7+
printf "%.3f" $(echo $X | bc -l)

0 commit comments

Comments
 (0)