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;
}