Generation

language from codeSat, 04 Mar 2023

class Main { public static void main(String[] args) { int first = 10; int second = 20; // add two numbers int sum = first + second; System.out.println(first + " + " + second + " = " + sum); } }

**First line of the code block is used to identify the language of the code.** The above code will be rendered as:

Want to kickstart your project?Use the new AI Studio to create your code