Ask a Question  | Answer a Question!  | 

 Submitting your question... 
 
 
ResFinder - Thousands of Practice Papers
Anyone please give tips for biology......... I mess it up everytime  | 
  | 
| asked by Anwesha Das (anweshadas71) 7 years ago  | 
2  | 
Guys, this is important...
There is a concept which has been ignored and not at all taken into consideration in programs.
If char ch=(char)65;
Then ch is ‘A’
With the same concept,
If char ch=(char)48;
Then ch is ‘0’( zero) and not 48!
This concept can be implied in program.One such example is as follows:
I am lazy to right the whole thing, this is just the program segment-
String m;// Input
int pos=0;
char ch;
Get the input!
l=m.length();
for(int i=0;i<l;i++)
{ ch=m.charAt(i);
   pos=(int)ch-48;
   System.out.println(pos*2);
}
If the input is “243”
Then the output should be:  4
                                                 8
                                                 6 | 
  | 
| asked by Prateek Mukherjee (prat172) 7 years ago  | 
4  | 
is there anyone with the most challenging programming question in computer applications?  | 
  | 
| asked by Ashutosh Dash (ashutosh_dash) 7 years ago  | 
3  | 
how to print this pattern?
1
232
34543
4567654
567898765  | 
  | 
| asked by Jonah Philip Aljo (jonahphilipaljo) 7 years ago  | 
5  | 
Q. How can you say that class is a user-defined data type?  | 
  | 
| asked by Ragini Jain (adityajain1234) 7 years ago  | 
1  | 
Write a Program to accept a three lettered word and print all the probable combinations. No letter should be repeated in the output.
Sample Input:TOP
Sample Output:TOP TPO OPT OTP PTO POT  | 
  | 
| asked by Siddhant Joshi (siddhant94) 7 years ago  | 
3  | 
Anyone from Sinhals here?  | 
  | 
| asked by Onkar Borade (onkarborade) 7 years ago  | 
1  | 
section A had nothing from mole concept.......
XD
XD
X"D
8"""""D  | 
  | 
| asked by Shashwat Vyas (shashwat25) 7 years ago  | 
1  | 
i made the stupidest mistake in the world 
i wrote roasting instead of froth flotation
i am so dumb  | 
  | 
| asked by Mugdha Walawalkar (mugdhahemant) 7 years ago  | 
3  |