In this code I have taken an overloaded method named show() with vararg. One is having int type vararg and the other is having float type vararg. When the other vararg is float then no error is...