Question: I want java code Thank you for your efforts, I hope for a quick answer, please class A. const 1 : - print hi or

I want java code Thank you for your efforts, I hope for a quick answer, please
class A. const 1 : - print "hi" or "hello" B. const 2 : - take 2 parameters: S_name and S_id. - parameters data type: string - convert S_id from string to integer - call method (S_id) interfer - call method (S_name) String - print S_id, S_name, sum of digits and name in upper case ""in one line" // method overloading : diff in parameter data type C. method (id) - find sum of digits using recursion. - return sum. D. method (name) - convert string to upper case - return string main: - create obj with initial valueid, name) Tip: id: string name: string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
