Operators in Java

preview_player
Показать описание
Class - 9th
Board - ICSE
Subject - Computer Applications
Chapter 5 - Operators in Java
Topic - Explaination of Arithmetic & Assignment operators.

Program is here you can copy:

public class TechGuy
{
public static void main(String args[])
{
int n1, n2, ans;
n1 = 5;
n2 = 2;
ans = n1 + n2;
ans = n1 - n2;
ans = n1 * n2;
ans = n1 / n2;
ans = n1 % n2;

}
}
Рекомендации по теме
Комментарии
Автор

Thanks sir you loses my whole burden👌🏻👌

arshdeepsinghkanda
visit shbcf.ru