Answer:
CRT
Explanation:
because this is very comfortable for me
Because in todays time and age, we're getting to more advanced technology and computers are used to usually find everything that other things did back in the day, like addresses and phone numbers, news, etc.
1 Select the file to be deleted
2 select delete from the file menu
3 click on the recyclebin
4 click on the delete icon
Answer:
public int removeDupes(int[]a){
int n =0;
for(int x =0;x<a.length;x++){
for(int y=0;y<a.length;y++){
if(a[x]==a[y]){
n++;
}
}
int left = a.length-n;
return left;
}
}
Explanation:
Answer:
There Letters and sign's this may be another language but i'm not quite sure.