int divide1(int a,int b)
{
int t=1;
while(b*t<=a)
{
t++;
}
return t-1;
}
Chat with our AI personalities
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