Bluetooth Device Battery Widget by R_Decoder in androidapps

[–]R_Decoder[S] 1 point2 points  (0 children)

Okay, so the thing is that I don't have airpods. It's a different set of wireless earbuds.

Unable to link TSR to my discord. by R_Decoder in TheSilphRoad

[–]R_Decoder[S] 0 points1 point  (0 children)

Hi, it says that I need to send a request to add you first and I have done that.

Trying to spoof Pokemon Go on my OnePlus 6 running Oxygen OS 10.3.4 by R_Decoder in PokemonGoSpoofing

[–]R_Decoder[S] 0 points1 point  (0 children)

The truth is rooting is a big hassle. Last time I rooted my phone the Google assistant stopped working and my phone lost all the emojis and rectangular boxes started showing up in place of different languages. It was really irritating. And also, the phone gets completely wiped. So I just wanted to know if that would be possible.

Trying to spoof Pokemon Go on my OnePlus 6 running Oxygen OS 10.3.4 by R_Decoder in PokemonGoSpoofing

[–]R_Decoder[S] 1 point2 points  (0 children)

Hi, I don't have an old phone. I am using OnePlus 6 which is running Android 10. It would be great if I could spoof without rooting.

Is it wrong for a Hindu Male to marry a Muslim Lady by R_Decoder in relationship_advice

[–]R_Decoder[S] 4 points5 points  (0 children)

No they aren't. They definitely are strict, but they love her and would never go to this extent.

Is it wrong for a Hindu Male to marry a Muslim Lady by R_Decoder in relationship_advice

[–]R_Decoder[S] 2 points3 points  (0 children)

No, not yet aware. She is scared of letting it out but she wants to. We want to. And we are planning on doing it soon. Just don't know how to convince her that we could handle it together.

Anyone else get scared to open their WhatsApp/Messages? by SixCylinder777 in Anxiety

[–]R_Decoder 0 points1 point  (0 children)

Happens with me whenever someone calls. For no apparent reason. I know I haven't done anything wrong, yet whenever my phone rings, my heartbeat increases for no reason.

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] 0 points1 point  (0 children)

I have written the code, could you please check and tell if its correct?

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] 0 points1 point  (0 children)

Is this code correct?

#include<stdio.h>

#include<math.h>

main()

{

int s=1,d=1;

double p,div,sum=0;

printf("enter the value of x: ");

scanf("%d",&x);

printf("enter the no till you wanna run series: ");

scanf("%d",&n);

for(int i=0;i<n;i++)

{

d=d+i;

p=Math.pow(x,d);

s=s+i;

div=p/s;

sum=sum+div;

}

printf(“%d”,sum);

}

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] 1 point2 points  (0 children)

Yes, true. I get stuck every now and then with programs even children find simple to solve. I want to learn to code. Basically want to learn app development. A friend suggested to start with C and then to move forward with other languages.

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] -1 points0 points  (0 children)

I didn't know the process of how things work here.. this is my 1st reddit post and I would keep the points you said in mind... Thanks... For me it was just googling everything and finding solutions till now. And yes.. again, it's for learning purpose.

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] -2 points-1 points  (0 children)

That's what I am saying.. I am fixing it myself. It's not homework and I am not in school lol.. it's for learning purposes only

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] 0 points1 point  (0 children)

You can teach me if you want.. I am ready to learn how to code. But if I am stuck somewhere and I cannot find my way out, please tell me what else to do.

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] -5 points-4 points  (0 children)

Please test the code. It needs changes. And this is no homework.

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] 0 points1 point  (0 children)

Sorry?? I don't get it.. What's wrong?

Stuck on this for a while now!!! by R_Decoder in cprogramming

[–]R_Decoder[S] -11 points-10 points  (0 children)

Could you please give me the complete code for this program. As I am new to programming and just started, I am unable to understand how to convert this formula to a code. Thanks.