Ask a Question | Answer a Question! |
Submitting your question...
ResFinder - Thousands of Practice Papers
For pronic number, I hope you guys have accounted for the fact that 0 is pronic as well.
-1 * 0 = 0
0*1 = 0
Pretty easy question otherwise so this may(tm) be important |
|
asked by Rohan Gupta (rohang37) 6 years ago |
2 |
Is the following logic for Pronic OK?
n is the number
int flag = 0;
for(int i=1;i<n;i++)
{
if(i*(i+1) == n)
{
flag++;
break;
}
} |
|
asked by Harsh Nawal (harsh104) 6 years ago |
3 |
I will bang my head on the wall if I don't get 100.Just one question's teasing me:
In the string program, I created the whole program correctly but my program is such that spaces between the words won't be printed. How much marks will I lose??? Don't say that bang your head on the wall or anything else nor write anything meaning the same. |
|
asked by Aayush Joshi (aayushjoshi) 6 years ago |
3 |
+ 1 more questions by aayushjoshi
In the string program, I created the whole program correctly but my program is such that spaces between the words won't be printed. How much marks will I lose??? |
|
asked by Aayush Joshi (aayushjoshi) 6 years ago |
2 |
|
https://drive.google.com/file/d/1fAINp4tlqYjkuGK2Ps0xgi2s2pK4kplO/view?usp=sharing https://drive.google.com/file/d/1Wc30GiAGjGlkw7KMr5uosTTPoFfHm-zX/view?usp=sharing
Here are two solved bio papers, dig in |
|
asked by Darth Vader (aj87) 6 years ago |
2 |
+ 2 more questions by aj87
Who's started studying? |
|
asked by Darth Vader (aj87) 6 years ago |
3 |
Funny that one of the questions had a variable name 'res' |
|
asked by Shreyas Minocha (shreyasminocha) 6 years ago |
3 |
Do we have to study chapter 1 : Cell Structural and Functional unit of life ? |
|
asked by Aayush Patel (aayush25) 6 years ago |
1 |
Was it
BEST
OF LUCK
and
falseJAI |
|
asked by Momo (zenab13) 6 years ago |
2 |
I wrote,
Execution-1 time
5
20
Will get anything for that 20??? |
|
asked by Abhinav Sharma (monstercat) 6 years ago |
2 |
Gyus were can i find authentic answers of icse 2018 boards know
(not the one solved in respaper) |
|
asked by Rtstud (mdarfath) 6 years ago |
2 |
Anyone getting that magical cent% ?? |
|
asked by Jeff mckinley (chende) 6 years ago |
3 |
|