Home
Suva Programming
Home
SAP
Home
Shell Programming
Shell Programming to check odd and even numbers
Shell Programming to check odd and even numbers
Suva Programming
Thursday, November 12, 2020
Program :-
echo "Enter a number : "
read n
if["expr $n%2" -0]
then
echo "Even number"
else
echo "Odd number"
fl
Post a Comment
0 Comments
Categories
CPP
(64)
Java
(4)
Java Virtual Machine
(1)
SAP
(58)
Shell Programming
(4)
Popular Posts
Java Program to implement an interface structure
Monday, January 25, 2021
sum of all the natural numbers between 1 to 100 using loop
Wednesday, January 29, 2020
SAP ABAP Program to insert data into custom table zstudent from selection screen
Monday, September 15, 2025
Contact Form
Name
Email
*
Message
*
0 Comments