Give an general form of class declaration
Answers
Answered by
0
public class ClassName{
public static void main(string[] args){
statement 1;
statement 2
}
}
Similar questions