ეს ბრაუზერი აღარ არის მხარდაჭერილი.
გადადით Microsoft Edge-ზე, რათა ისარგებლოთ უახლესი ფუნქციებით, უსაფრთხოების განახლებებითა და ტექნიკური მხარდაჭერით.
Which of the following correctly declares a method?
DisplayNumbers();
void DisplayNumbers{};
void DisplayNumbers() { }
Which of the following correctly calls a method?
GenerateID();
void GenerateID() {}
GenerateID;
Which of the following is true about the return keyword?
return
It's identical to the break keyword.
break
It terminates the execution of a method.
It must always be used with a value or expression.
You must answer all questions before checking your work.
ეს გვერდი სასარგებლო იყო?
გჭირდებათ დახმარება ამ თემასთან დაკავშირებით?
გსურთ სცადოთ Ask Learn-ის გამოყენება ასახსნელად ან მითითებების მისაღებად ამ თემის შესახებ?