answersLogoWhite

0

give description of that then i will send the answer

User Avatar

Wiki User

13y ago

What else can I help you with?

Related Questions

How do you write java programme using two mainmethods?

Use a text-editor like Notepad.


Write a java programme to check whether the number is twin prime or not?

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.


Can you run a java programme in atom processor?

no


If i need to write a spelling game in java how do i go about doing this?

Spelling game does what? Please enter your idea of the game so that i can work for your programme


Write a java programme to find minimum number in the given array?

public int min(int[] arr) { int min = Integer.MAX_VALUE; for(int e : arr) if(e<min) min=e; return min; }


How do you write a java program to find the square root of a number?

You can use the Math.sqrt() method.


What programme did evony use to make there game?

it runs on a java scrips platform


Hi friends i am new to java can you explain how java is secured?

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.


Java programme to find area of a circle?

well, the formula is A=pi(r)^2 r=radius A=area ^=to the [insert number here] power pi=3.14...


Can we add website link when we write java program?

yes ,i can add the website link in java program when we write.


How do you write a java program for finding multiligual languages?

You can use Java's built-in functions to write a code that will find multilingual languages.


Write a statementin a java program to read 2 integers and dispay the number of interagers between them?

a=153 a=n%10;