My pain is my motivation!!!!!
Read the post and Follow for more post
Tuesday, September 18, 2018
QBasic Program to check whether the given number is odd or even
Write a program to check whether the given number is odd or even.
CLS
INPUT"ENTER ANY NUMBER";N
IF N MOD 2=0 THEN
PRINT "THE GIVEN NUMBER IS EVEN"
ELSE
PRINT "THE GIVEN NUMBER IS ODD"
END IF
END
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment