Computer Science, asked by apoorva72, 1 year ago

write a method that takes two char arguments and return 0 if both the arguments are equal. the method returns -1 if the first argument is smaller than the second and 1 if the second argument is smaller than the first. ​

Answers

Answered by purnamahesh
1

Answer:

I had written the code in c++

Attachments:
Similar questions