Computer Science, asked by jinaborah9959, 11 months ago

Give an general form of class declaration

Answers

Answered by dessuabewa
0

public class ClassName{


public static void main(string[] args){

statement 1;

statement 2

}

}

Similar questions