A structure that assigns the value of "low" to the variable named pressure if the variable bloodpressure is less than 68 and it assigned "not low" to pressure if it is 68 or above.
Then display the result to the screen with a message that tells the user: your blood pressure is" and then the value. Just create the pseudocode for the structure, not the whole program. Put a; after each line of code so I can easily parse the statements in a word processor.