Answer: Closed port
Explanation:
Port 23 basically refers to the telnet which provide very severe services and it is used to access the server remotely. We should always closed the port 23, when we are not using telnet services because to prevent it from being hacked due to the port scanning.
As, now a days it is rarely used by the hackers as it is difficult to access this services from the server.
Therefore, Closed port is the correct answer.
Storage Media such as usb flash drives, internal and external hard drives and even back-up tapes
nums = [x*1.5 for x in range(1,11)]
print(nums)
The first line is the list comprehension and the second prints the list to the screen so you can see that it works.
public class MyClass {
public static void printChar(char ch1, char ch2, int numberPerLine){
int i = 0;
for (char c = ch1; c <= ch2; c++){
while (i < numberPerLine){
System.out.print(c + " ");
i += 1;
}
System.out.println("");
i = 0;
}
}
public static void main(String args[]) {
printChar('a', 'z', 10);
}
}
So far, this works by printing letters. If you need me to modify the code, I will.
I’m pretty sure you can; or u can also screenshot n send, which is what i usually doooo