Given: (x-2)(x+3)= 100;
solve the equation for x using any programing language.
Answers were Sorted based on User's Feedback
Answer / 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 |
/*Given: (x-2)(x+3)= 104; solve the equation for x using any programing language.*/
package classroom.program;
public class SolveProblem {
public static void main(String[] args) {
for(int x=0;x<100;x++)
{
if((x-2)*(x+3)==100)
{
System.out.println(x);
}
}
}
}
//output::=10
Is This Answer Correct ? | 1 Yes | 2 No |
Diff between %let and Call symput?
HTML is a subset of
what is software
i want to open a helkp file that is txt file on link buttons click
please any one pass file aid,xpeditor and endeavor tools
Explain three modes in which files can be accessed from python program
what is microprocessor?
in network security,how we identified threat?some one say we found threat according to it's signature,but how we get signature or pattern of the virus?
It is possible to take number of controls added to form at run-time.ex-when user enter 6, 6 text boxes get added to form,next time number of controls get change as per user number enter. What is code for that?
£¢®£ž›;=9:B9<::C = ADITHI HOW TO GET?
how many types of bytes are there???
where is available in this mantis toturials?