Java Java Basic Operator

    Arithmetic Operators

    1. Java Arithmetic Operators
    2. Java Arithmetic Operators Modulus Operator
    3. Java Arithmetic Operators Modulus Operator find the factors of an integer
    4. Java Arithmetic Operators Modulus Operator start new line every 10 elements
    5. Java Arithmetic Operators Modulus Operator find three digit palindrome number
    6. Java Arithmetic Operators Modulus Operator calculate Greatest Common Divisor
    7. Java Arithmetic Operators Compound Assignment Operators
    8. Java Arithmetic Operators Compound Assignment Operators Question 1


    9. Java Arithmetic Operators Increment and Decrement Operator

    Bit Operators

    1. Java Bitwise Operators
    2. Java Bitwise Operators Logical Operators
    3. Java Bitwise Operators Left Shift Operator
    4. Java Bitwise Operators right shift operator
    5. Java Bitwise Operators Compound Assignments
    6. Java Bitwise Operators on int and double
    7. Java Bitwise Operators Unsigned Right Shift


    8. Java Bitwise Operators on char type
    9. Java Bitwise Operators Divide an int value 32 to 16 without using arithmetic operator or function in Java
    10. Java Bitwise Operators Double an int value 5 to 10 without using arithmetic operator or function in Java
    11. Java Bitwise Operators Logical Operators Question 1
    12. Java Bitwise Operators switch two variables without using temp variable
    13. Java Bitwise Operators convert integer to 16 bit binary number

    Relational Operators

    1. Java Relational Operators
    2. Java Relational Operators Question 1
    3. Java Relational Operators Question 2

    Logical Operators

    1. Java Boolean Logical Operators
    2. Java Boolean Logical Operators check leap year
    3. Java Boolean Logical Operators check if an integer is divisible by 5 and 6
    4. Java Boolean Logical Operators find numbers divisible by 5 and 6
    5. Java Boolean Logical Operators triangle side
    6. Java Boolean Logical Operators Question 1
    7. Java Boolean Logical Operators Question 2
    8. Java Boolean Logical Operators Question 3
    9. Java Short-Circuit Logical Operators
    10. Java assignment operator
    11. Java ternary, three-way, ? Operator
    12. Java ternary, three-way, ? Operator expression
    13. Java ternary, three-way, ? Operator check even odd number
    14. Java ternary, three-way, ? Operator check factor
    15. Java ternary, three-way, ? Operator convert from if statement
    16. Java ternary, three-way, ? Operator find numbers divisible by 5 and 6
    17. Java Operator Precedence
    18. Java Operator Precedence Question 1
    19. Java two's complement Integer in binary form

    Arithmetic Operators Exercise

    1. Java Arithmetic Operator Body Mass Index Calculator(BMI)
    2. Java Arithmetic Operator calculate area and perimeter of a circle
    3. Java Arithmetic Operator calculate area and perimeter of a rectangle
    4. Java Arithmetic Operator calculate area of a triangle
    5. Java Arithmetic Operator calculate average speed in kilometers
    6. Java Arithmetic Operator calculate average speed in miles
    7. Java Arithmetic Operator calculate circle area
    8. Java Arithmetic Operator calculate circle area with console input
    9. Java Arithmetic Operator calculate compound value
    10. Java Arithmetic Operator calculate cylinder volume
    11. Java Arithmetic Operator calculate distance of two points
    12. Java Arithmetic Operator calculate floating point value
    13. Java Arithmetic Operator calculate leap year
    14. Java Arithmetic Operator calculate minutes and seconds
    15. Java Arithmetic Operator calculate on integer
    16. Java Arithmetic Operator calculate pentagonal numbers
    17. Java Arithmetic Operator calculate tips
    18. Java Arithmetic Operator calculate/approximate PI
    19. Java Arithmetic Operator compound operator result
    20. Java Arithmetic Operator compute expressions
    21. Java Arithmetic Operator convert celsius to fahrenheit
    22. Java Arithmetic Operator convert feet into meters
    23. Java Arithmetic Operator convert pounds into kilograms
    24. Java Arithmetic Operator divide two integer
    25. Java Arithmetic Operator divisible by 3
    26. Java Arithmetic Operator find the number of years
    27. Java Arithmetic Operator increment and decrement result 1
    28. Java Arithmetic Operator increment and decrement result 2
    29. Java Arithmetic Operator Integer division
    30. Java Arithmetic Operator Question 1
    31. Java Arithmetic Operator Question 2
    32. Java Arithmetic Operator Question 3
    33. Java Arithmetic Operator Question 4
    34. Java Arithmetic Operator Question 5
    35. Java Arithmetic Operator Question 6
    36. Java Arithmetic Operator Question 7
    37. Java Arithmetic Operator Question 8
    38. Java Arithmetic Operator Question 9
    39. Java Arithmetic Operator Question 10
    40. Java Arithmetic Operator Question 11
    41. Java Arithmetic Operator remainder operator
    42. Java Arithmetic Operator separate the Digits in an Integer
    43. Java Arithmetic Operator solve 2 by 2 linear equations
    44. Java Arithmetic Operator solve quadratic equations
    45. Java Arithmetic Operator sum a list of numbers
    46. Java Arithmetic Operator sum the digits in an integer
    47. Java Boolean Logical Operators truth table