Ok........
Oh now I get it ! :)
The answer is A. True
Because soft skills are:
1) Good communication skills
2) Team work
3) Positive attitude
4) Self confidence
5) Ability to learn from criticism
6) problem solving skills
7) patience
8) leadership quality
I hope the answer is clear
Answer:
The answer is (b). 1.
Explanation:
In the code there is only 1 base case .
the base case is as following:-
if(n==0)
return 0;
this is the base case.
Base case is the most important statement in the function that uses recursion because without base case the recursion calls will keep on going and we will get a run time error.
Answer:
Console
Explanation:
Not sure exactly what scratch 2.0 is but the console is a separate window that shows the script's outputs and in some cases collect inputs, show error messages or display other info depending on what compiler you used