<span>The Java code below will ask for two integers and display the sum. If a non-integer is submitted the code will ask again. The break is used to exit the while true loop indicating that no-errors had occurred and two numbers were added.
System.out.print("Please insert two integers and this will display the sum.");
int numOne;
int numTwo;
while (True) {
try{
System.out.print("Integer Number One? ");
numOne = input.nextInt();
System.out.print("Integer Number Two? ");
numTwo = input.nextInt();
System.out.print("The Sum Is: " + (numOne + numTwo));
break;
}
catch (InputMismatchException e) {
System.out.print("please enter an integer .");
}
}</span>
75 extra minutes because $61.20-$49.95=$11.25 and $11.25/$0.15=75.
Answer:
C
Step-by-step explanation:
The rate of change here will be the difference in the number of tracks divided by the difference in the number of albums.
Let's pick two random rows (it doesn't matter which two because they will produce the same result): (2, 16) and (4, 32).
The rate of change is: 
The answer is thus C.
Answer:
a = 5 and b = 12
Step-by-step explanation:
<u>Step 1: Find angle B</u>
<em>Angle C = 90°</em>
<em>Angle A = 22.6°</em>
<em>Angle B = B</em>
<em>All angles in a triangle are equal to 180°.</em>
Angle A + Angle B + Angle C = 180°
22.6 + 90 + B = 180°
B = 180 - 112.6
B = 67.4°
<u>Step 2: Find the value of side AC 'b'</u>
<em>Hypotenuse = 13</em>
<em>Adjacent = b</em>
<em>Angle A = 22.6°</em>
Cos (Angle) = Adjacent/Hypotenuse
Cos (22.6) = b/13
b = 12
<u>Step 3: Find the value of side CB 'a'</u>
<em>Hypotenuse = 13</em>
<em>Opposite = a</em>
<em>Angle A = 22.6°</em>
Sin (angle) = Opposite/Hypotenuse
Sin (22.6°) = a/13
a = 4.99 rounded off to 5
Therefore, the value of a=5 and b=12.
!!
Let
X-----------------> number of pansies
y-----------------> number of trees
we know that
x=15*8----------> x=120 pansies
y=8 trees
cost of each trees is----------> $<span>20.75
</span>cost of each pansies is------> $2.50/6------> $5/12
[<span>expression to find Katherine’s final cost]=[cost trees]+[cost pansies]
</span>[cost trees]=y*$20.75
[cost pansies]=x*($5/12)
[expression to find Katherine’s final cost]=y*($20.75)+x*($5/12)
[expression to find Katherine’s final cost]=8*($20.75)+120*($5/12)
[expression to find Katherine’s final cost]=$166+$50
[expression to find Katherine’s final cost]=$216
the answer is
[expression to find Katherine’s final cost]=y*($20.75)+x*($5/12)
[expression to find Katherine’s final cost]=8*($20.75)+120*($5/12)
Katherine’s final cost is $216