Answer:
// here is code in c.
#include <stdio.h>
// main function
int main()
{
// variable to store year
int year;
printf("enter year:");
// read the year
scanf("%d",&year);
// if year>=2101
if(year>=2101)
{
printf("Distant future");
}
//if year in 2001-2100
else if(year>=2001&&year<=2100)
{
printf("21st century");
}
//if year in 19011-2000
else if(year>=1901&&year<=2000)
{
printf("20th century");
}
// if year<=1900
else if(year<=1900)
{
printf("Long ago");
}
return 0;
}
Explanation:
Read the year from user.After this, check if year is greater or equal to 2101 then print "Distant future".If year is in between 2001-2100 then print "21st century".If year is in between 1901-2000 then print "20th century".Else if year is less or equal to 1900 then print "Long ago".
Output:
enter year:2018
21st century
Answer:
As you shop around for computers, you'll notice certain processor names that continually pop up. One of the most common is the Intel® Core™ series: the i3 processor, i5 processor, and i7 processor. As the names suggest, the i3 processor is less powerful than the i5, and the i7 is the most powerful of the three.
hope helpful <3
Explanation:
1. make sure you've saved the video to your iPhone .
2. open the classroom app and locate the class you are to summit it
3. then, click the assignment comment and you see add an attachment.
4. it will bring a list, click files.
5. then in the next list, click photo.
6. then the list of the videos and pictures in your phone will show, click the video.
7. wait , because it might take a few minutes to upload.
8.after that, click hand in.
9. then, it will show a mark that the video has been handed in.