A hand draw sketch is drawing with just a pencil and paper. also work drawing is a drawing on at a job. The 3D sketch is on the computer.
System.out.println(sumRange(12, 18)); // prints 105
System.out.println(sumRange(18, 12)); // prints 0
System.out.println(sumRange(18, 18)); // prints 18
}
public static int sumRange(int low, int high)
{
int sum = 0;
for (int val = low; val <= high; val++){
sum += val;
}
return sum;
}
}
Answer:
sorry for the wait but the answer is b
Explanation:
The 169.254.0.0/16 network is for self-assigned addresses.