Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
1. give the output
int a=5;
a++;
a-=(a--)-(--a);
Sopln(a);
(i got a=-4 while my sir said the answer is a=4. plz give the steps)
2.Name the variables for which the object of the class will have its own distinct copy.
public class myClass
{
public static int x=3;y=4;
public int a=2;b=3;} |
|
asked by Mugdha Walawalkar (mugdhahemant) 6 years ago |
3 |
+ 3 more questions by mugdhahemant
1.Arrange the operators given below in order of higher to lower precedence:
i. && ii. % iii.>= iv.++
2.List the variables from those given below that are composite data types:
static int x;
boolean b;
arr[i]=10;
private cher ch;
obj.display();
String str; |
|
asked by Mugdha Walawalkar (mugdhahemant) 6 years ago |
2 |
for(int i=3;i<=4;i++){
for(int j=2;j<i;j++){
System.out.print("");}
Sopln("win");
How many times will the loop execute?
Give the output. |
|
asked by Mugdha Walawalkar (mugdhahemant) 6 years ago |
4 |
1.Arrange the following in descending order of size:char,long,float,boolean
2.write the total bytes required: int a[]={1,2,3,4,5};
3.Give the output
String a="26,b="100";
String d=a+b+"200"; |
|
asked by Mugdha Walawalkar (mugdhahemant) 6 years ago |
2 |
Question: Write a Program in Java to input a number and check whether it is a Disarium Number or not.
Note: A number will be called DISARIUM if sum of its digits powered with their respective position is equal to the original number.
For example 135 is a DISARIUM
(Workings 11+32+53 = 135, some other DISARIUM are 89, 175, 518 etc) |
|
asked by Tiara Elizabeth (thejtthomas) 6 years ago |
6 |
Who all have instagram??????? Please raise ur handπππππππ |
|
asked by Anwesha Das (anweshadas71) 6 years ago |
7 |
int i,j;
for(i=1,j=2;i<=8;i++,j--)
System.out.println(i++*j); |
|
asked by Siddhant Joshi (siddhant94) 6 years ago |
1 |
Anyone having universal tutorial notes for chemistry and biology? if so, please upload |
|
asked by Danin (ninadpa) 6 years ago |
1 |
Can someone send the link for loads of output waale questions, with answers??? |
|
asked by Aayush Joshi (aayushjoshi) 6 years ago |
1 |
Guys... not really related to studying but can you suggest some π₯π₯π₯ songs and/or EDMs for after-boards??? (My musical taste is Post Malone, rappers, etc..) |
|
asked by Arya Shahir (maihuarya) 6 years ago |
9 | + 1 more questions by maihuarya
ANY TECHNICAL DRAWING STUDENTS HEREEEE?????? I'VE GOT NOTES. |
|
asked by Arya Shahir (maihuarya) 6 years ago |
2 |
|
Does anyone have computer applications must know definitions and Q&A? |
|
asked by Pavan K Srinivasan (throwaway) 6 years ago |
0 |
Is it necessary to give variable description after each programme ? if i don't give variable description, will i lose marks? |
|
asked by Sameed Hussain (sameed) 6 years ago |
1 |
For Evs students.
Give disadvantages of GMO crops?
(Short crisp ans with keywords) |
|
asked by Onkar Borade (onkarborade) 6 years ago |
0 |
|