How was today's session?
Anonymous Poll
77%
Despite encountering some technical issues, the session was overall beneficial and valuable.
23%
It wasn't that useful for me try to improve for next time
Hello everyone👋,
Our today's google online session will be held at 3:00mata(tonight) see you all on the session.
Our today's google online session will be held at 3:00mata(tonight) see you all on the session.
class Output {
public static void main(String[] args) {
if (args.length == 0) return;
int min = Integer.parseInt(args[0]);
for (int i = 1; i < args.length; i++) {
if (Integer.parseInt(args[i]) > min) {
min = Integer.parseInt(args[i]);
}
}
System.out.println(min);
}
}Ok everyone that was all for today and see you all tomorrow.
Good evening everyone👋,
We want to announce that we will continue our lesson tomorrow see you all on the next lesson 😊
We want to announce that we will continue our lesson tomorrow see you all on the next lesson 😊