Computer Science, asked by Ishansaha, 8 months ago

Write the prototype of a method called Test which takes one float and one char value and dors not return any value after performing its specific job.
In java

Answers

Answered by sujalagarwal0987
4

Answer:

void Test(double d,char ch)

Similar questions