A driver for that hardware specific task. Like Nvidia makes GPU's so they also make GPU drivers
Answer:
import java.util.*;
public class Country
{
public static void main(String args[])
{
char ch,temp;
int flag = 0;
String country;
ArrayList<String> countries = new ArrayList<String>();
Scanner sc = new Scanner(System.in);
do
{
System.out.println("enter the country you have visited:\t");
country = sc.next();
for(int i=0;i<countries.size();i++)
{
if(countries.get(i).equals(country))
{
System.out.println("you have already entered the country");
flag = 1;
break;
}
}
if(flag == 0)
{
countries.add(country);
flag = 0;
}
System.out.println("want to add another country(y/n):\t");
ch = sc.next().charAt(0);
}while(ch!='n');
Collections.sort(countries);
System.out.println("Countries you have visited:\t"+countries);
System.out.println("Total number of contries visited:"+countries.size());
}
}
Explanation:
This is a opinion question rather than a factual question. However, many researchers have found that though the internet does provide many harmful things (it has brought a whole new level to prostitution as well as the drug cartel and other illegal substance/objects that are sold), the good will forever outweigh the bad. The internet has caused us to be able to disperse and collect information from all over the world and has helped us create many scientific as well as technological advancements. Though there will terminally be things people will use the internet for that is "bad", the good outweighs the bad on what is has and will do for us.
Answer:
Explanation: will be still function but Microsoft will no longer provide the following: Technical support for any issues