CodeCraft Essentials – Telegram
CodeCraft Essentials
230 subscribers
187 photos
38 videos
49 files
162 links
Download Telegram
Hello everyone👋,
Our today's google online session will be held at 3:00mata(tonight) see you all on the session.
We started working on previous year exam papers
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.
👍1
Good evening everyone👋,
We want to announce that we will continue our lesson tomorrow see you all on the next lesson 😊