Write a java program to overload a function drawline() which perform the following functions :-
drawline() - draws a line of 20 numbers of asterisk (*).
drawline(int) - draws a line of n numbers of asterisk (*).
drawline(int, char) - draws a line of n numbers of characters passes as an argument to the function.
Answers
Answered by
0
Answer:
I can't understand pls say in explanation
Similar questions