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!
Explanation:
I think it is 7, but I could be wrong..... sorry
The port is operational and ready to transmit packets.
<h3>What is transmission mode explain?</h3>
Transmission mode refers to the mechanism of transferring of data between two. devices connected over a network. It is also called Communication Mode. These. modes direct the direction of flow of information.
<h3>What is used to transfer data packets?</h3>
A router is a networking device that forwards data packets between computer networks. Routers perform the traffic directing functions on the Internet.
To learn more about Transmission mode, refer
brainly.com/question/18590710
#SPJ4
You’d be better off just searching robot parts on google
Rapid prototyping! I am sure that is correct