I'm trying to write a program that will read and store the numerators and denominators of two fractions as integer values. i.e. solve , 1/4*1/2 to equal 1/8 or 0.125. This is what I have so far, no errors pop up but the .exe window that pops up is blank and doesn't output any of the statements. Thanks for any help