Monday, August 2, 2021

C++ Program to find input number is positive or negative.

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();

}

No comments:

Post a Comment

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...