79817955

Date: 2025-11-12 16:08:23
Score: 1
Natty:
Report link

put \n after the line

console.log(
  "x students did excellent\n" +
  "y students did very good\n" +
  "z students did well\n" +
  "v students failed"
);

Reasons:
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Atib Ur Rehman