how to write a java coding
Answers
Answered by
1
import java.io.*;
class ....
{
public static void main (string args [])throws IOExeption
{
variable;
}
}
class ....
{
public static void main (string args [])throws IOExeption
{
variable;
}
}
Answered by
1
import java.util.* in scanner and import java.io.* in buffered reading
Similar questions