How to writr simple program in java

Class name
{
varible declaration here;
//main
public static void main()
{
write logics here
}
System.out.println();
}

Post a Comment

Previous Post Next Post