Conditional statements. Java Core презентация
Содержание
- 2. Agenda Operators Conditional statements Enum Comparing objects JUnit Practical tasks
- 3. Arithmetic operators Simple Assignment Operator = Simple assignment operator
- 4. Unary Operators
- 5. Equality and Relational Operators Equality and Relational Operators == Equal to != Not
- 6. Conditional Operators The && and || operators perform Conditional-AND and Conditional-OR
- 7. Ternary Operator ? :
- 8. Statement if
- 9. switch switch (expression) { case const-expr1 :
- 10. Example
- 11. Enum
- 12. Example Season season; ... switch (month) { case "Desember": case "January":
- 13. Comparing objects public class Student { private String name; private
- 14. hashCode
- 15. equals
- 16. JUnit Framework JUnit is a unit testing framework for the Java
- 17. Testing Problems Programmers should write tests As you probably know programmers
- 18. JUnit plugin for Eclipse IDE Mr. Erich Gamma who is a
- 19. JUnit assertion methods
- 22. Class Calc public class Calc { public int
- 23. Class CalcTest import static org.junit.Assert.*; import org.junit.Test; public class CalcTest {
- 24. Practical tasks Enter three numbers. Find out how many of them
- 25. HomeWork (online course) UDEMY course "Java Tutorial for Complete Beginners": https://www.udemy.com/java-tutorial/
- 26. Unit Testing with JUnit Short step-by-step online course: https://www.udemy.com/junit-tutorial-for-beginners-with-java-examples/learn/v4/overview
- 27. Homework Solve the next tasks: read 3 float numbers and check:
- 28. The end
- 29. Скачать презентацию




























Слайды и текст этой презентации
Скачать презентацию на тему Conditional statements. Java Core можно ниже:
Похожие презентации