Five exterior angles of a hexagon are 41° 32°,67º 71°, and 55°, What is the measure of the sixth exterior
angle?
Can yo help me w this pls
Answer:
// program in C++.
#include <iostream>
using namespace std;
// main function
int main() {
// variables
int y, count=1;
double s_amt;
// interest rate
const double rate = 0.08 ;
// ask to enter first year amount
cout << "Enter the first year's sale amount: ";
// read amount
cin >> s_amt;
// ask to enter years
cout << "Enter the number of years to project the goals: ";
// read years
cin >> y;
// find goal amount of each years
do{
// print year and goal for that year
cout <<"Goal for year "<<count<<" is "<<s_amt<<endl;
// increase the count
count +=1;
// find new Goal amount
s_amt += s_amt*rate;
} while(count <= y);
return 0;
}
Explanation:
Read the first years sale amount from user and assign it to variable "s_amt". Read the years from user and assign it to variable "y".Initialize interest rate "i=0.08".Then with the help of do while loop find goal amount of each year.
Output:
Enter the first year's sale amount: 25000
Enter the number of years to project the goals: 4
Goal for year 1 is 25000
Goal for year 2 is 27000
Goal for year 3 is 29160
Goal for year 4 is 31492.8
Answer:
The answer to this question is given below in the explanation section.
Explanation:
The answer to this question is True.
Because you can use the same animation on any content such as text, shape, images etc in PowerPoint.
As in this question, Celia was working on a presentation and she choose the fly in animation for her slide title. She has to use the same animation for her bullet points in the slide.
You can find the fly in animation in the Animation tab, under under Emphasis group of animation. You can apply the fly in animation to any selected text, text block, shape, and or image. It is not necessarily, that one applied animation can't be applied again on the other content in the slide. However, it is noted that if you add the animation again on the content that already have the animation, then your previous animation effect will be replaced with the new one.
Answer:
They are using a writing form of communication.
Explanation:
Letters can be used to communicate between two or more people.It is a very easy mean of communicating.
Hope this helps
Rockets and engines in space behave according to Isaac Newton's third law of motion: Every action produces an equal and opposite reaction. When arocket shoots fuel out one end, thispropels the rocket forward — no air is required. NASA says this principle is easy to observe on Earth.Apr