finally after a one week one our class we today we entered into program . We did program in mint and that was very interesting. I personally did 5 mistakes and I corrected it.
Firstly, I put my program in text editor and I run it in terminal. My first mistake was a syntax error. And capital letter error. Once I corrected all my error I just figure it our.
I got with the doubt that what purpose we are using all this syntax . My trainer Arun sir explained it . And finally I got to why we use those.
And here is my cute program:
class helloworld{
public static void main(String args[])
{
System.out.print(“helloworld”)
}
}
One response to “A cute program”
You missed a semicolon;
LikeLike