version 1

parent 19ce3b70
#!/bin/bash
echo 'Введите ваш возраст'
read age
let v=($age*365)
echo $v
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment