huh? it's just I/O and a little arithmetic.
read n1
n2 = (n+5)*2-7
print n2
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
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?