Ask a Question | Answer a Question! |
![](/img/l.gif)
Submitting your question...
ResFinder - Thousands of Practice Papers
ALL THE BEST EVERYONE. DO WELL! |
![](//pl.respaper.com/64/shivaanee22.jpg) |
asked by Shivaanee sharma (shivaanee22) 7 years ago |
2 |
try this pattern- input - "bottle" output-b o
t t
l e -- for n terms |
![](//pl.respaper.com/64/hrutu67.jpg) |
asked by Nobita Nobi (hrutu67) 7 years ago |
1 |
If we create 2 arrays :
arr1[]={1};
arr2[]={2};
and try arr1==arr2 , it will be false right? Because == checks reference and diff arrays have diff reference? |
![](//pl.respaper.com/64/eeshaan17.jpg) |
asked by eeshaan17 7 years ago |
2 |
double d=Math.sin (x)
Where x is 1 radian
What will be the value of d? |
![](//pl.respaper.com/64/utkarsh3107.jpg) |
asked by Utkarsh Sharma (utkarsh3107) 7 years ago |
4 |
GUYS THIS IS URGENT:
Cud u pls tell me if this code snippet is r8 for generating random no.s between 23 and 49?
while (count1!=5)
{
int num1=(int)(Math.random()*100);
if (num1<23||num1>49)
continue;
else
{
b[count1]=num1;
count1++;
}
}
Thanks a lot and all the best! |
![](//pl.respaper.com/64/akashskyash007.jpg) |
asked by Akash Ashok (akashskyash007) 7 years ago |
2 |
Can some1 please give some tricky increment/decrement questions? |
![](//pl.respaper.com/64/skshooda.jpg) |
asked by Satendra singh (skshooda) 7 years ago |
0 |
Is it wise to use string functions by converting number to string in number programme? |
![](//pl.respaper.com/64/catlover.jpg) |
asked by Catlover (catlover) 7 years ago |
2 |