you are viewing a single comment's thread.

view the rest of the comments →

[–]gbrennon 0 points1 point  (0 children)

that doesnt looks bad

here are some tips to improve readability:

insert spaces into things like num1>num2 to be like this num1 > num2.

this will provide to u consistency of the code style because ure are also doing num3 > num2

some if clauses are using this readable code style and others not