4___4___4___4 = 20 Use +, -, /, * how to Solve It.
Answers were Sorted based on User's Feedback
Answer / anne
if am going to use MDAS:
4/4+4*4
(4/4)+(4*4)
(1) + (16)
Ans. 17 (hope I got the correct ans.)
| Is This Answer Correct ? | 2 Yes | 4 No |
When I look for mannual enry of any of the command in Unix, such as #man ls, I get a message "Reformatting entry. Wait..." and control comes to a next command prompt. what is the problem?
what are the test cases for ticket vending machine?
Wen ever i use IE=createObject (Ineternetexplorer.application) QTP just navigates to the URL mentioned but doesn't recognise the USErname and Password field so the test fails.. But wen i just record and use system.util "iexplore" the code recognises and the tst passes, but here it works fine sometimes and sometimes the test just fails and aftersometime i run it works.. so its not consistent,,, any suggestion
sentence- the teacher told that the students should have gone to the library instead of having wasted their time.
dear sir I want singal maintainer(iii& ii) solved question paper in every year in every board in rrb. If you collect these and sent these my mail-id i shall very grateful to you. thanking you your's faithfully soma saha
What is Virus? plz give me full description
I am addicted towards facebo0k, pls suggest some way to leave it, it disturb my study :-(
after going to service throw to administrator tools service promp are not opening
4___4___4___4 = 20 Use +, -, /, * how to Solve It.
21 Answers MAHINDRA, Rohit Technologies,
how to run the application using winrunner for data driven test?
//jobname positional parms,keyword parms,.... Restart=step3 //.. //.. //.. //step3 exec=xxxx //... //step4 exec=yyyy,cond=(0,Le,step3) //.. //step5 exec=zzzz Restart =step 3 executes step3.Step 3 gives some return code.In step 4,the test is passed as 0 is less than step 3.So step 4 is bypassed and is not executed. and the program is responsible for issuing the return code that was not even loaded in the main storage. The result: no return code can exist In the steps that follow any test of COND parameter tat attempts to interrogate this non-existent return code will be ignored . Step 5 will be e executed. IN THIS EXAMPLE WHAT DOES XXXX YYYY ZZZZ MEAN?? PLEASE CAN ANYONE SAY...
How much time will be display the inscription www.example.pl int i =0; for (i=0;i<=0x32;i++) i+=0; i--; for (int i2 = i; i2 < 100;i2++){ System.out.println("www.example.pl"); } What is the answer ?