give description of that then i will send the answer
Use a text-editor like Notepad.
Find a prime number, add 2 to the number. Check if the new number is prime. IE : 3 is prime. 3+2 =5. 5 is prime. (3,5) are twin primes.
no
Spelling game does what? Please enter your idea of the game so that i can work for your programme
public int min(int[] arr) { int min = Integer.MAX_VALUE; for(int e : arr) if(e<min) min=e; return min; }
You can use the Math.sqrt() method.
it runs on a java scrips platform
java is an object oriented programme it is similar to c++ so if you know very well in c++ you can easily figure it out.
well, the formula is A=pi(r)^2 r=radius A=area ^=to the [insert number here] power pi=3.14...
yes ,i can add the website link in java program when we write.
You can use Java's built-in functions to write a code that will find multilingual languages.
a=153 a=n%10;