Method not returning any value has return type as :
(a) int
(b) char
(C) float
(d) void
Answers
Answered by
3
Answer:
void
mark as brainlist
plz
Explanation:
Void functions are created and used just like value-returning functions except they do not return a value after the function executes. In lieu of a data type, void functions use the keyword "void." A void function performs a task, and then control returns back to the caller--but, it does not return a value
Answered by
4
Answer:
Method not returning any value has return type as void
Similar questions