Write pseudocode for the following statementsthe variable n


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.

 

 

Request for Solution File

Ask an Expert for Answer!!
Basic Computer Science: Write pseudocode for the following statementsthe variable n
Reference No:- TGS01124291

Expected delivery within 24 Hours