Isn't
Code: Select all
printSum(int a, float b)Code: Select all
printSum(float a, float b)Code: Select all
printSum(1, 2)Moderator: admin
Code: Select all
printSum(int a, float b)Code: Select all
printSum(float a, float b)Code: Select all
printSum(1, 2)Users browsing this forum: Google [Bot] and 37 guests