Using ios::showpos dictates that a positive sign for positive numeric values be written. If
the flag is not set, only negative values are written with a sign. Using ios::uppercase dictates
that letters in numeric values be written using uppercase letters. This flag applies to integers using
hexadecimal format and to floating-point numbers using scientific notation. By default, letters are
written as lowercase, and no positive sign is written. For example, the statements