New learning about Java Conditionals and loops.
What is conditions ?
Conditions are the checks that check for any decision. suppose you want to write a code for bonus like if salary is greater than 10k give a bonus of 2k otherwise give a bonus of 1k. Here’s how we will do it:
int tenThousand = 100...
bhaveshsharmas.hashnode.dev5 min read