import java.io.*; public class Voog1b{ public static void main(String argumendid[]) throws IOException{ OutputStream voog=new FileOutputStream("arvud.dat"); DataOutputStream andmevoog=new DataOutputStream(voog); andmevoog.writeInt(25); andmevoog.close(); } }