Question: Overload the following function to work for 2 Strings as opposed to two integer. And test it. Double division(int a, int b) { If (b!=0)

Overload the following function to work for 2 Strings as opposed to two integer. And test it. Double division(int a, int b) { If (b!=0) { return (1.0)*a /(1.0)*b; } else { Return -1 } } Note: Note, the division of two string is defined as the division of their length. Example: Ali/Canada = Ali.length()/Canada.length() which 3/5

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!