There are several; the most well-known are probably the set of rational numbers without zero, the set of real numbers without zero, and the set of complex numbers without zero.
some of those numbers are just chilling and not sure what they are doing without an operator... 2.43+2.43 = 4.86 2 + 7.57 = 9.57 i only did the numbers with an operator
No, since you can't divide by zero. On the other hand, the set of real numbers without zero is closed under division.
import java.math.*; class AddNumbers { public static void main(String[] args) { BigInteger num1=new BigInteger("100"); BigInteger num2=new BigInteger("50"); BigInteger result=num1.add(num2); System.out.println(result); } }
Or you could just do the same thing in a spreadsheet without having to pay commercial rates for the program to be written for you
Not possible. Let's not forget than in C the followings are all operators:+, -+=, -=++, --=&, *, []function-call
They are two large numbers, without any operator between them.
int main() { int a=10,b=20; while(a--) b++; printf("%d",b); } or: a -= -b;
It is two (or more) numbers which have been concatenated (run into one another without ant operator).
There are several; the most well-known are probably the set of rational numbers without zero, the set of real numbers without zero, and the set of complex numbers without zero.
some of those numbers are just chilling and not sure what they are doing without an operator... 2.43+2.43 = 4.86 2 + 7.57 = 9.57 i only did the numbers with an operator
Wake Forest
No, since you can't divide by zero. On the other hand, the set of real numbers without zero is closed under division.
#include<stdio.h> #include<conio.h> void main() { int a,b,multi; clrscr(); printf("enter a value for a and b"); scanf("%d%d",&a,&b); multi=a*b; printf("the result is %d", multi); getch() }
It is very easy. The program begins here..... /*Program to sum and print numbers without creating variables*/ #include<stdio.h> main() { clrscr(); printf("%d+%d=%d",5,2,5+2); getch(); } /*Program ends here*/ Now just by changing the numbers in the "printf" statement we can add, subtract, multiply and divide the numbers without using variables. Hence the problem is solved..........
You cannot compare 2 numbers without using relational operators. Certainly, you could subtract them, but you still need to test the result, and that is a relational operator in itself.
an even numbers are numbers that can be division by 2 without a remainder