Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
bgColor#FFcccc
int a,b,result;
int b;
int result;
result = a/b;

Compliant Solution

...