/* what is the output for each one of these methods for
* x = -1,0,1,64,65,66,84,85,86,100) */

public class IfExamples
{
public IfExamples() {}

public void Example1(int x)
...