Here are the algorithms and flowcharts for the exercises: 1. Algorithm: Step 1: Input number 1 (N1) Step 2: Input number 2 (N2) Step 3: If N1 > N2 then print N1 else print N2 Flowchart: Start → Input N1 → Input N2 → N1 > N2? → Yes → Print N1 → No → Print N2 → Stop 2. Algorithm: Step 1: Input radius (R) of circle Step 2: Calculate area (A) as π * R^2 Step 3: Print the area (A) Flowchart: Start → Input R → A =