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) 8 years ago | |
3 | |
Other Questions on This Topic
Chhod aaye the kinara kabhi apni talash mein, Par dil ki gehrayi se ek aisi aawaz aayi, Ki lautna pada hamein isi mod ki talash mein. |
|
| asked by Nisarg Bhavsar (nisarg71) 53 days ago | |
2 | |
Bengali grammar icse question paper can I get? |
|
| asked by Debosmita Malik (debosmitamalik) 107 days ago | |
1 | |
I wish to download question papers for ICSE prelims and I cannot do that. Can you provide the details of the Customer support for Respaper to get in touch with regarding the issue mentioned above. |
|
| asked by S.Hemalata Rajaram (hema1877) 210 days ago | |
1 | |

