C++ Program to find input number is positive or negative. #include<iostream.h> #include<conio.h> void main() { int n; clrscr(); cout<<"\nEnter any number "; cin>>n; if(n>0)
{ cout<<"\n Its Positive Number";
} else
{ cout<<"\n Its Negative Number";
} getch(); |
Computer Science :: 11th/12th, Computer Engineering :: Degree/Diploma, Coding Concept ( C, C++ & JAVA Programming, JDBC Concept, DBMS - SQL Concept, Data Structure, Communication & Network Concept.
Monday, August 2, 2021
C++ Program to find input number is positive or negative.
Subscribe to:
Post Comments (Atom)
12th January Swami Vivekanand Jayanti: National Youth Days
The day serves as a reminder to the youth of India to remain steadfast in their goals and contribute positively to society. Swami Vivekanand...
-
1) Workbook - A workbook is like a book and consists worksheets. 2) Worksheet - A worksheet is working area consists rows and columns. By...
-
Programmingway: SSC ICT PAPER PATTERN : INFORMATION COMMUNICATION TECHNOLOGY (41) (E) (NEW COURSE) NOTE: - (i) All questions are compu...
-
Choose Eklavya, for Computer Education वाह रे जिंदगी, एक साल में बहुत कुछ दिखाया है तूने..!!
No comments:
Post a Comment