how to write the fallowing code in java?
1
4 9
16 25 36
49 64 81 100
Answer / heena
each number multiply by same like below:
1 = 1*1
4 = 2*2
9 = 3*3
16 = 4*4
create series using loop
| Is This Answer Correct ? | 0 Yes | 0 No |
how to study PHP my own? i reffered many sites.. but as being a fresher i couldnt follow those... which site will be the best one?
what is difference between java and c#
what will we require to build project with the help of oracle
what is difference between VB5 AND VB6.0
what is the diffrence between occur 0 and occur 10 in ABAP.
I m Abdullah Ansari compleated MCA from Jamia Hamdard,i have appeared the test of IBM on 2 august at oxford college of engineering Bangalore.waiting for hr round.. This is the first round for IBM.02/08/08 Paper consists of 4 sections 15 questions from matrices(time very less but no negative marking). 25 questions from series completion section (this section is very easy but negative marking) 15 questions from aptitude(little bit tough time limit 15 minute negative marking) 4th section is from computer science (c,c++,operating system,digital electronics ,basic question..) result came at 3 o'clock.i was selected... In interview they asked questions like 1 they asked about final yr project.. 2 what are dynamic and static memory location? 3 linked list and array difference between them. 4 what is function ? what is difference betwen function and inline function? 5 about structure 6 about binary tree, traversal, call by value. 7 storage class and many more basic questions..
What is Console Application? & The purpose Of Console Application? with description.
Explain what is OOPS and its concepts?
Full from of MP3?
how to swap all the values without using temporary variable. tha values r a = 20, x=60 and p=2.
5 Answers DST Global Solutions, iGate,
5.Call by value and Call by reference with program?
In Java what is the difference between following two statements ? int a[],b; int []a,b;