Answer:
Seasons Write a program that takes a date as input and outputs the date's season. The input is a string to represent the month and an int to represent the day. Ex: If the input is: April 11 the output is: Spring In addition, check if the string and int are valid (an actual month and day). Ex: If the input is: Blue 65 the output is: Invalid Invalid The dates for each season are: Spring: March 20 - June 20 Summer: June 21 - September 21 Autumn: September 22 - December 20 Winter: December 21 - March 19 LAB ACTIVITY 3.24.1: LAB: Seasons 0/10 main.cpp Load default template... 1 #include eam> 2 #include <string> 3 using namespace std; 4 5 int main() 6 string inputMonth; 7 int inputDay; 8 9 cin >> inputMonth; 10 cin >> inputDay; 11 12 /* Type your code here. */ 13 14 return; 15 }
The rule of 72 says that if you divide 72 by the interest rate the result is the number of years it takes to double your money.
72/5.6 = 12.86 years. to double your money from $1850 to $3700 it would take 12.86 years, which means you will have $3700 near the end of 1992.
Answer: a. the number is: 14
Explanation:
i mean just try to write in 7 instead of x in the second line
then it would say the number is: ....
what is 7 times 2?
14
so the answer is a
Answer:
Word: A word processor
File extension is .doc
Images, texts, and graphic styles can be added
Exel: A spreadsheet software
Comprises rows and columns which combine to form cells
File extension is .xls
I hope i helped! xoxo