Adding Two Numbers

# Introduction In this challenge, we will write a shell script to add two numbers entered by the user. The script will accept real numbers as input and use the `bc` command and piping to perform the addition operation. We will also learn about piping and arithmetic operations in shell scripting.

|60 : 00

Click the virtual machine below to start practicing