Add the static keyword in the place of ? if appropriate. pu…
Add the static keyword in the place of ? if appropriate. public class Test { private int count; public ? void main(String[] args) { … } public ? int getCount() { return count; } public ? int factorial(int n) { int result = 1; for (int i = 1; i