The answer would be false because you don't have to be good at it to participate and try your hardest
Answer:
answer(s):
-set goals
-select a topic
-write down research questions
Hope this helped and sorry for the bold. <3
Explanation:
Are actors and athletes paid too much?
Answer and Explanation:
top level class can not be declare as private or protected. It is always public. If we declare a top level class as private then the compiler always complain that the private is not allowed and if we declare top level class as protected then compiler complain that modifier protection is not allowed here. so we can not declare top level class as private or protected