I'm guessing 8? But I'm not 100% positive
Answer:
number = int(input("Enter number: "))
if (number % 4):
print("{} is not divisible by 4".format(number))
else:
print("{} is divisible by 4".format(number))
Explanation:
If the %4 operation returns a non-zero number, there is a remainder and thus the number is not divisable by 4.
I don'r know what your trying to use? GIMP is a free photo editing software just upload it to photobucket.
That is true because Java was considered a rapid development programming language