this is the program
#include <iostream>
using namespace std;
int main()
{
int digits;
cout<<"Enter 10 digits wether positive or negative: ";
cin>>digits;
//i dont know what to use so that i can separate positive and negative numbers and display it on screen..
//help me pls..,
}