import java.io.RandomAccessFile; class Fi{ public static void main(String args[]) throws Exception{ String teksti="loeng5.txt"; RandomAccessFile f=new RandomAccessFile(teksti,"r"); long q=f.length(); String e=" "; String y=" "; String a="ma"; String h=""; String b=""; int s=0; int x=0; char z; int j=-1; int c=0; do{ j=j+1; z=a.charAt(j); if ((z=='e') | (z=='y') | (z=='u') | (z=='i') | (z=='o') | (z=='a') | (z=='E') | (z=='Y') | (z=='U') | (z=='I') | (z=='O') | (z=='A')) { if (j!=0){s=1;break;} } } while((j