Q: - Write a program to input two numbers and add them? gedit add.sh clear echo “enter two numbers:” read a read b sum=`expr$a+$b` echo $sum Syntax for if-else:- (1) if test condition then --------- --...
In this site you may learn about new Triks in Computer. Follow me on my YouTube Channel https://www.youtube.com/DailyBytesPrayagraj