System.out.println("Factory 1: " + (Math.round(100*((float)factoryoneCount/52))) + "%"); System.out.println("Factory 2: " + (Math.round(100*((float)factorytwoCount/52 ...
// Write a program that prints a table with each line giving an integer, its square, and its // cube. Ask the user to input the lower and upper limits for the table. Use a for loop.