Write nested decision structures that perform the following:…
Write nested decision structures that perform the following: If amount1 is greater than 10 and amount2 is less than 100, display the greater of amount1 and amount2.
Write nested decision structures that perform the following:…