Open wafaaMagdy opened 9 years ago
The code doesn't follow Java Coding Style at the if-else Statements. The if-else class of statements should have the following form : if (condition) { statements; } else { statements; }
done
The code doesn't follow Java Coding Style at the if-else Statements. The if-else class of statements should have the following form : if (condition) { statements; } else { statements; }