Respuesta :

MYbe show a picture next time so we can see what the problem is about ?
ghd6

Algorithm:

Step 1: Start
Step 2: Read a, b . /* a, b two numbers */
Step 3: If a>b then /*Checking */
Display “a is the largest number”.
Otherwise
Display “b is the largest number”.
Step 4: Stop.
Ver imagen ghd6