Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Wrong comments and scanner not closed in Java programs

Open VoidVampire opened this issue 1 year ago • 3 comments

Is your feature request related to a problem? Please describe. I have noticed many java programs:

  • have wrong comments used such as caesarcipher.java uses "" not // or /**/ which breaks code.
  • scanner is not closed such as in hillcipher
  • few programs uses // and not /**/ for multi line comments, which looks messy.

Describe the solution you'd like I want to fix these issue in all java programs because it either breaks the code or code doesn't look clean.

VoidVampire avatar Jun 06 '23 10:06 VoidVampire

@Kumar-laxmi sir kindly assign me this issue , I can fix these issues

Soumya6Tiwari avatar Jun 07 '23 05:06 Soumya6Tiwari

@Kumar-laxmi sorry I forgot to tag you, but can you assign me this issue under SSOC'23? I was the first one to post the issue. Thanks!

VoidVampire avatar Jun 07 '23 05:06 VoidVampire

@Kumar-laxmi sir I can resolve the above mentioned issue. It would be great if you would kindly assign me this issue.

sarmistha-02 avatar Jun 18 '23 16:06 sarmistha-02

Stale issue message

github-actions[bot] avatar Jun 26 '24 16:06 github-actions[bot]