Question: 1 : Exercise on Algorithms translated to C# a) Create the algorithm for asking to enter a numerical value and will display the next and
1:Exercise on Algorithms translated to C#
a) Create the algorithm for asking to enter a numerical value and will display the next and the previous value.
1st Provide a name to this algorithm
2nd Determine the input(s) and output(s)
3rd Name the variables for input/output and determine the type
4th Create simple logical steps in between the START and END that lead to a solution (you can use words like Write, Read, Display, Get, Set etc.), the text to be displayed should be in quotations, for affectation use := or <-(arrow)
Name:
Variables:
START
END
b) Create the algorithm for displaying the result of the addition, subtraction, multiplication, and division of two numbers.
1st Provide a name to this algorithm
2nd Determine the input(s) and output(s)
3rd Name the variables for input/output and determine the type
4th Create simple logical steps in between the START and END that lead to a solution (you can use words like Write, Read, Display, Get, Set etc.), the text to be displayed should be in quotations, for affectation use := or
Name:
Variables:
START
END
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
