+ 1
Fill out the required parameters to below code from given options!
public class person { ______int age; ______ void setAge(_____age); { if(age > 0) this.age=age; } } } OPTIONS ARE GIVEN BELOW: static , final, public, private,int , string
2 ответов
0
I think in the comments of that specific question of the tutorial section you can find the answer and feedback about that correct answer
- 1
I need answers from public