Answer: $14.0
Step-by-step explanation:
For us to calculate this question, we have to find 20% of $17.45 and then subtract the value gotten from $17.45. This will be:
= $17.45 - (20% × $17.45)
= $17.45 - (0.2 × $17.45)
= $17.45 - $3.49
= $13.96
= $14.0 to nearest cent
Answer:
bool b = isupper(x);
Step-by-step explanation:
I have written the expression for a char variable x.The isupper(x) will return true if the character x is upper case and false if the character x is lower case.
I have stored the returned value to a bool variable b .So the value of variable b will be true only when the x is in uppercase and false when b is lower case.
Why trees are helpful........................................
..................................................................
............................................................
.....................................................
..............................................
..................................
Very easy just state facts about trees in a format like this. Google why trees are helpful and some facts should pop up. A good paragraph should have at least five (5) good strong sentences.
Answer:
First Integer = 16
Second Integer = 18
Third integer = 20
Step-by-step explanation:
An even integer is represented by 2n
Where n is any integer
Let :
First Integer = 2n - 2
Second Integer = 2n
Third integer = 2n + 2
The sum of three even consecutive numbers = 2n - 2 + 2n + 2n + 2
= 2n + 2n + 2n - 2 + 2 = 54
= 6n = 54
n = 54/6
n = 9
First Integer = 2n - 2 = 2(9) - 2
= 16
Second Integer = 2n = 2(9)
= 18
Third integer = 2n + 2 = 2(9) + 2
= 20