Hello, I have source code that builds correctly, however, after the program terminates the output file produced is empty.
Here is my source code:
import java.io.*;
import java.util.Scann er;
public class project
{
public static void main( String args[] )
{
try {
FileInputStream fis = new FileInputStream ("Foobar.java") ;
DataInputStream dis...