Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
Can anyone explain " expulsion " in football? |
![](//pl.respaper.com/64/pp201540.jpg) |
asked by Aditi Prasad (pp201540) 6 years ago |
5 |
Can anyone please give code for pig latin program?!
I'm stuck... |
![](//pl.respaper.com/64/aj87.jpg) |
asked by Darth Vader (aj87) 6 years ago |
1 |
PLEAse help!!
Explain differnce between local,instance and class variable? |
![](//pl.respaper.com/64/onkarborade.jpg) |
asked by Onkar Borade (onkarborade) 6 years ago |
1 |
public class sales
{ int invoice=1234;
static pro_code;
public static void main()
{ sales s= new sales();
int price=1000;
s.show(price);
}
void show(int pr)
{ System.out.println(invoice);
System.out.println(pro_code);
System.out.println(pr);
}
}
Name the following from the above code:
(i) class variable // pro_code??
(ii) local variable // price??
(iii) instance variable //invoice??
(iv) method variable // pr??
Are these answers correct? Please help!! |
![](//pl.respaper.com/64/hermione02.jpg) |
asked by Shreya Bhagat (hermione02) 6 years ago |
3 |
any eco students ??in our papaer 4 marks were out of scope right`??? |
![](//pl.respaper.com/64/aryan9917.jpg) |
asked by Aryan Kapoor (aryan9917) 6 years ago |
0 |
whats the difference between a method and a function |
![](//pl.respaper.com/64/mdarfath.jpg) |
asked by Rtstud (mdarfath) 6 years ago |
3 |
int z=148;
while (10>9)
{
if(z<139)
break;
System.out.println("computer" +z);
z=z-3;
}System.out.println(z);
How many times the loop will execute ?
What is the output? |
![](//pl.respaper.com/64/thejtthomas.jpg) |
asked by Tiara Elizabeth (thejtthomas) 6 years ago |
2 |
Can anyone pls... Explain me selection and and bubble sort program with the help of dry run |
![](//pl.respaper.com/64/phoenix80.jpg) |
asked by Mokshil Shah (phoenix80) 6 years ago |
2 |
If you want to practice output prediction question, here's the link --->
https://drive.google.com/folderview?id=1-2xrFu4I-iZaHlK_g288VuNvI8ZM9zqQ
I hope this will help :D
All the best! |
![](//pl.respaper.com/64/jatin_01.jpg) |
asked by J (jatin_01) 6 years ago |
6 |
Is it necessary to use public for function prototype questions
ex:can we write float sum(int x) instead of public float sum(int x) |
![](//pl.respaper.com/64/chende.jpg) |
asked by Jeff mckinley (chende) 6 years ago |
2 |