What is the structure of the algorithm for finding the larger of two values?

The algorithm for finding the larger of two values will be branching, since there will be a condition inside that allows you to find the larger of the two numbers.
This algorithm will look like this:
Start;
input a, b;
if a> b, output a;
otherwise print b;
the end.



One of the components of a person's success in our time is receiving modern high-quality education, mastering the knowledge, skills and abilities necessary for life in society. A person today needs to study almost all his life, mastering everything new and new, acquiring the necessary professional qualities.