7. Day 4 - pradeeppadmarajaiah/java_training GitHub Wiki

  • Loops and Conditions
    • if
    • if else
    • Nested if else
    • for
    • while
    • Program : Sum, Mean / Average
  • Break and Continue
  • Ternary Operator , Nested Ternary Operator

Source Code

https://github.com/pradeeppadmarajaiah/java_training/tree/master/src/com/test/day3