Computer Science, asked by harishri1, 1 year ago

how to write a java coding

Answers

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