Question: USING JAVA MAKE SURE TO FORMATE OUTPUT WELL!! The Distributive Property Nrite a program named Distributed that reads four integers and uses them to demonstrate
USING JAVA
MAKE SURE TO FORMATE OUTPUT WELL!!

The Distributive Property Nrite a program named Distributed that reads four integers and uses them to demonstrate the distributive property as follows: Sample Interactive Run 1: Please enter 4 integers: 3456(3+4)(5+6)==711==7735+36+45+46==15+18+20+24==77 Sample Interactive Run 2: Please enter 4 integers: 241020(2+4)(10+20)==630==180210+220+410+420==20+40+40+80==180 NOTE: in the two sample interactive runs above, the program's prompt and output are in bold; the user's data entry is in italics. Additional Notes: Regarding your code's standard output, CodeLab will check for case errors and will check whitespace (tabs, spaces, newlines) exactly
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
