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
Get step-by-step solutions from verified subject matter experts
