How to Count Vowels in Fortran - Code Snippet

How to perform 'Count Vowels' in Fortran.

example.f90
! Task: Count Vowels
! Language: Fortran

program count_vowels() 
    ! Implementation for Count Vowels
    ! TODO: Implement core logic here
    ! Step 1: Prepare data
    ! Step 2: Process Count Vowels
    print *,("Done");
end program
AdSense Slot