Answer:
57. Tammy's income for the month of January was $2,475. Her fixed expenses during that same
month were $750, and her variable expenses totaled $1,750. What was Tammy's net cash flow
during the month of January? Be sure to indicate whether she had a surplus or a deficit.
Explanation:
no clue
Answer:
See explaination
Explanation:
public class YearToAnimal {
static void yearToAnimalZodiac(int year){
String[] animals = {"Rat", "Ox", "Tiger", "Rabbit", "Dragon", "Snake", "Horse", "Goat", "Monkey", "Rooster", "Dog", "Pig"};
int baseYear = 2020;
int index = (year - baseYear) % 12;
// in case of negative index, change it to positive
if(index < 0)
index = 12 + index;
System.out.println(year + ": " + animals[index]);
}
// some test cases
public static void main(String[] args) {
yearToAnimalZodiac(2020);
yearToAnimalZodiac(2021);
yearToAnimalZodiac(2019);
yearToAnimalZodiac(2009);
yearToAnimalZodiac(2008);
yearToAnimalZodiac(2007);
}
}
Answer:
External Data is the correct answer.
Explanation:
In the following statement, if the user wants to transfer data from query to Excel then, they follow these steps.
- Firstly, they have to click on the Tools.
- Then, they click on the options.
- Then, they have to click on the Query then, click on the external data on the ribbon.
- Finally, they click on the Excel button.
Answer:
Click the File tab, select Options, and open the Trust Center.
Explanation:
Answer:
i think its number 4, because its only the tire itself
Explanation: