Computer Science, asked by hallelujah1, 1 year ago

how do we start writing our program in Java using BlueJ

Answers

Answered by Disha234
3
first you have to define the class
and then' specify a class name and then the main method
and the then the desired action u want to perform .but do not forget to open and close the brackets..
for example-
class xyz
{
public void disp()
{
System.out.println("i am disha");
}
}
if u want more you may ask me surely
i am ready to help
Similar questions