what is output
#!/bin/bash
echo"enter your name"
read
echo"enter your email"
read
suppose user enter (lnk) as name
lnk@gmail as a email...
then what is output?
Answers
Answered by
1
hi.
the information that computer produces is called output
the information that computer produces is called output
Similar questions