It’s true because the optimization is the software that cleans up the fragments in a hard drive.
Answer:
ok I've got the answer sheet on the picture I will attach
Explanation:
I had to crop to size on my computer and found them all
The answer would be Mesozoic.
HOPE THIS HELPS YOU! ^_^
import java.util.Scanner;
public class JavaApplication83 {
public static void main(String[] args) {
Scanner scan = new Scanner(System.in);
System.out.println("Enter Strings: ");
String word1 = scan.nextLine();
String word2 = scan.nextLine();
String newWord = "";
if (word1.length() == word2.length()){
for (int i = 0; i < word1.length(); i++)
{
newWord += word1.charAt(i) +""+word2.charAt(i);
}
}
else{
newWord = "error";
}
System.out.println(newWord);
}
}
I hope this helps!
Answer: Wired, Wi-fi, Wi-fi, A wired network, Wi-fi
Explanation: