to other 5 A variable declared within a method definition is
     to other 5 A variable declared within a method definition is called a local variable. Are these local variableo) availbli to oher nethodlsy ANS: circle Yes or No  
  
  Solution
5) (1) No
First: (1) No
(2) int points = (int) speed;
(3) casting
6) (1) ==
(2) object1.equals(object2)
7) (1) No
(2) get method
8) You should declare a set method for each variable. Each method will take an input value which is the updated value and we assign it to the private variable.
9) (1) get methods
(2) public
(3) set methods
(4) public

