This website requires JavaScript.
Explore
Help
Sign In
nortega
/
ceu-notes
Watch
1
Star
0
Fork
0
You've already forked ceu-notes
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4a0189e00f
ceu-notes
/
1
/
ISO
/
examenes
/
tema10-naortega
/
prob1-4.sh
5 lines
63 B
Bash
Raw
Normal View
History
Unescape
Escape
Add ISO/examenes/tema10
2022-04-06 18:21:18 +00:00
#!/bin/bash
PROD
=
$(
expr
$1
\*
$2
)
echo
"
Producto
$1
*
$2
=
$PROD
"
Add ISO/examenes/tema10
2022-04-08 15:59:49 +00:00
Reference in New Issue
Copy Permalink