Prerequisites: Basic course part I
Write a program that calculates and prints what the expression below is equal to. $$\dfrac{2^{10} \cdot 3^5}{1+5\cdot107}$$
The numerator is approximately 250,000 and the denominator is just over 500. The answer should therefore be approximately 500. Be careful with parentheses!
-- Output from your program will be here --