prakhar897's blog

By prakhar897, history, 6 years ago, In English

So I'm using java and i got this error.anyone know what this means. For code refer to this

  • Vote: I like it
  • -2
  • Vote: I do not like it

»
6 years ago, # |
  Vote: I like it +15 Vote: I do not like it

You wrote in the program:

code

In the code, you do not fill in the 25th line.

When a=5, b=3, c=2, d=1, output of your program is:

output

Here the dot means the character with the code 0.