//********************************************* //this test use unsetf() to delete flag settings //********************************************* #include using namespace std; int main(){ float num; cout<<"insert float number bigger 10\n"; cin>>num; cout.setf(ios::showpoint); cout.setf(ios::showpos|ios::scientific); cout<<"number you inserted is .. "<