0
Honestly Question
I am confused, not understanding this If a method does not return any value, you should use the return type: blank. And what do you mean to answer?
1 Answer
0
in c# this would be the "void" return type.
void myMethod() {
// code
}