I tried to do something like C++:
public void function(int x = 10) { // If user did not give an argument, argument = 10 }
How can I set t