Menu
Coddy logo textTech

Welcome Message

Part of the Fundamentals section of Coddy's Java journey — lesson 38 of 73.

challenge icon

Challenge

Beginner

Every good program starts with a welcome message. Output to the screen the following string:

Calculator App

Try it yourself

public class Main {
    public static void main(String[] args) {
        
    }
}

All lessons in Fundamentals