排序
Day 11 –> Today Task
Day 11 --> Today Task, Create a class Called PlayGround Create non-static variables as below. int score, balls, catches; String player_name; Create main method. Inside main method,...
Day 11 Today class:
Day 11 Today class:,class Supermarket { int price, discount; //global variables - non-static String product_name; //global variables - non-static public Supermarket(String product_...
Day 10 Task:
Day 10 Task:, Create a class 'Employee' Have main method in it. Inside main method, create an object. Using this object, call method called 'develop'. using this object, call metho...
Day7 Task:
Day7 Task:,** 1.Create a class Called Player 2.Have main method in it. 3.Inside main method, create an instance(object) called 'dhoni'. 4.Using 'dhoni' reference, call a method cal...