hello I need help with this algorithm I need to write it as a pseudocode

You require an algorithm that will receive an integer from the screen, add 5 to it,
double it, subtract 7 from it, and display the final number to the screen
thank you

2 answers

huh? it's just I/O and a little arithmetic.

read n1
n2 = (n+5)*2-7
print n2
Draw a flowchart for a program to compute the result of a student, and determine if the student passes or fail, given the pass mark =40?
Similar Questions
    1. answers icon 2 answers
    1. answers icon 14 answers
  1. Problem-Solving1. Develop an algorithm or write pseudocode to determine if a citizen is eligible to vote. The criteria for
    1. answers icon 0 answers
  2. HOW TO write algorithm and pseudocodeTO add the number 1 to 100 and display the sum
    1. answers icon 1 answer
more similar questions