Honestly Question | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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?

7th Feb 2017, 6:15 AM
Grace
1 Answer
0
in c# this would be the "void" return type. void myMethod() { // code }
7th Feb 2017, 6:35 AM
ChaoticDawg
ChaoticDawg - avatar