Untitled
Anonymous
plain_text
01/23/2024 12:28 PM
232 B
13
Indexable
void printSum(Server server) {
try {
int sum = computeSum(server);
System.out.println("Sum: " + sum);
} catch (InterruptedException e) {
}
}Editor is loading...
Leave a Comment