Write pseudocode for the following statements:
- The variable N starts with the value 1000.
- The variable T starts with the value 200.
- The variable B starts with the value 4.
- Store the value of N times T in N.
- Store the value of T times B in B.
- Add N and B, multiply it by 25, and store the result in T.
- Display the value in T on the screen.