LINUX LITE 7.2 FINAL RELEASED - SEE RELEASE ANNOUNCEMENTS SECTION FOR DETAILS


Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Learning Java Programming on Linux
#13
Just realised I made a mistake with the codes while I was re-watching the tutorial and trying out gedit.
The erroneous code:
Code:
Name myName = new Name("Cookie" + "Monster" + "Jr");


The correct code:
Code:
Name myName = new Name("Cookie", "Monster", "Jr");

Programming really puts attention to details to the test.
Thank you to everyone who responded and mulled over this issue (when it's due to my carelessness, sorry!!).
Reply


Messages In This Thread
Learning Java Programming on Linux - by Homework - 07-23-2017, 08:55 AM
Re: Learning Java Programming on Linux - by Homework - 07-26-2017, 02:21 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)