Answer:no thank you ima goody
Explanation:
When you set up each slide, you can choose to set the time value for each slide regarding how long you want to fly to show before it moves on to the next slide. You can set that up in the slide's properties.
In the business cycle, the term that best fits the labeled point on the graph of Production output vs Time is Contraction
Answer:
import java.util.Scanner;
public class num9 {
public static void main(String[] args) {
Scanner in = new Scanner(System.in);
System.out.println("Enter year");
int givenYear =in.nextInt();
if(givenYear>=2101){
System.out.println("Distant Future");
}
else if(givenYear>=2001){
System.out.println("21st Century");
}
}
}
Explanation:
- Using Java programming Language
- Import Scanner class to receive user input of the variable givenYear
- Use if statement to check the first condition if(givenYear>=2101)
- Use else if statement to check the second condition if(givenYear>=2001)
- print Distant future and 21st century respectively
Answer:
If we could not save the people or animals life they would die
Explanation: