Write the header (prototype) for a function named Test () which returns Boolean value and accepts one integer and one string value.
Answers
Answered by
0
Answer:
boolean Test(int i, String s)
Similar questions