Odd
Example heading with h2 size
Example heading with h3 size
Following is sample java code.
int i = 10;
if(i%2==0)
```{
system. out. println("odd");
}
else
{
system. out. println("even");
}
Following is sample java code.
int i = 10;
if(i%2==0)
```{
system. out. println("odd");
}
else
{
system. out. println("even");
}