TutorialsBazaar

โ† Back

Learn Java Programming

Module 6/20

Core Java - Operators

Module 6 of 20

Operators perform operations like arithmetic, relational, logical, and assignment.

Operators arithmetic, relational เค”เคฐ logical operations เค•เคฐเคคเฅ‡ เคนเฅˆเค‚เฅค

#include <stdio.h>

int main() {
    printf("Welcome to Core Java - Operators");
    return 0;
}