Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

Given: (x-2)(x+3)= 100;

solve the equation for x using any programing language.

Answer Posted / sravan

public class Test {
static int x;
public static void find()
{
for(x=0;x<104;x++)
{
if((x-2)*(x+3)==104)
{
System.out.println(x);
}
}

}
public static void main(String[] args) {


find();

}



}

Answer: 10

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how we can know the funcions available in a class recording java?

2279


hi this is uday i want prepare for nic exam if any one have previous question papers please send me or atlest guide me how to prepare my ID is udaykiran4u@in.com

1971


what is adodb??y it is used for connection of V.B and access??what is ado?dao?

2253


what is the current salary package in India for a lamp programmer

2379


can any one suggestion me present which course(except java,.net) has huge demand in the market?

2116


Iam using Microsoft Visual Studio to create a system for mobile store I want to know how to calculate mobile price that the customer buy and how to reduce quantity from the data base that we have for mobile .And also how to calculate revnue for each mobile and revnue for the total mobile

2119


What is the first message line that any language learning prints on the screen? and why?

2189


what is web service in java? have u use before.

2201


Write a program to find duplicate number from array in minimum time complexity.

1109


Outline the two important features of a terminating recursion. Any ideas?

2270


Given an array of size n, containing every element from 1 to n+1, except one. Find the missing element.

1121


what is the work of 1tier,2tier,&ntier? Plz Explain it!

2521


In OB52 , How to define two open posting period, Like only 5 and 8 posting should be open.. should not open 6 and 7..period..

1524


When we use Windows authentication mode

2096


can we allocate memory for interface? if no then why?

1953