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 😊
Good afternoon, everyone!👋

Welcome back to our daily courses. This week, we will be focusing on revising some fundamental concepts that are often overlooked. We understand that many of you may have paused your studies after completing the OOP exam. However, we encourage you to join us for the courses each day as we review these concepts. By doing so, you will build confidence and be well-prepared for the upcoming exams.

Let's make the most of our time together and ensure a solid understanding of these essential topics. Happy learning!
👍1