Java Writer error: The method write(char[], int, int) in the type Writer is not applicable for the arguments (int, double, int, String)

前端 未结 0 1961
野性不改
野性不改 2020-12-09 12:20

I\'m trying to write the output of my Java program to a file and I can\'t figure out the error I\'m getting. Here\'s my code:

import java.io.*;
import java.ni         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题