Day 3 - 26-05-2025 - Solved 3 Assignment Questions : Account (insert(), deposit(), withdraw(),display()) , arithmetic operation(+-*/), Employee (getter setter).

 //Write java Program for arithmetic operation for each operation write

//separate Method using parameter passing and return type.


//Create one class Employee (id , name, salary) with private access modifier

//and create getter and setter.



    

Comments

Popular posts from this blog

17- 6-25 | Fibonacci Series | While(true) is infinite loop untill we break. | InputMismatchException in scanner object | sc.next in catch block.