You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if (first thing is true){
// first thing must be true
} else if( other thing is true) {
// ^^^ no need to test for first thing being false in this condition
}
The text was updated successfully, but these errors were encountered:
Principles-of-CS-II/HW_2/IncomeTax.java
Line 28 in 2692a9f
The text was updated successfully, but these errors were encountered: