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
4
Answer:
void Test(double d,char ch)
Similar questions