Create a Data For Student And Display It
echo "Enter Your Name:->";
read name
echo "Enter Your Address:->";
read address
echo "Enter Your Contact No:->";
read no
echo "Enter Your City:->";
read city
echo "Enter Your State:->";
read state
echo "Enter Your Country:->";
read country
echo "Name Is:->"$name;
echo "Address Is:->"$address;
echo "Contact No:->"$no;
echo "City Name:->"$city;
echo "State Name:->"$state;
echo "Country Name:->"$country;
read name
echo "Enter Your Address:->";
read address
echo "Enter Your Contact No:->";
read no
echo "Enter Your City:->";
read city
echo "Enter Your State:->";
read state
echo "Enter Your Country:->";
read country
echo "Name Is:->"$name;
echo "Address Is:->"$address;
echo "Contact No:->"$no;
echo "City Name:->"$city;
echo "State Name:->"$state;
echo "Country Name:->"$country;
Create a Data For Student And Display It
Reviewed by Unknown
on
07:04
Rating:
No comments: