Use a stream manipulator that causes the exponent in scientific notation and the letters in hexadecimal values to print in capital letters.
What will be an ideal response?
```
cout << uppercase;
```
Computer Science & Information Technology