Computer Science, asked by plssay57, 6 months ago

Design a class to overload function pattern() as follows
a) void pattern() without any argument to print $$$$$$$$$$
b) void pattern() with one character argument to print ##########
c) void pattern() with one integer and one character argument to print
@@@@@@@@@ Write a function main to call the above methods

Sample output
$$$$$$$$$$
##########
@@@@@@@@@

Answers

Answered by MahiParhadkar
0

what is the question about?

Similar questions