0
I don't know how to declare variable prw in line 21. I need a little help. I make it on my way.
3 odpowiedzi
+ 1
Line 11:
int prw = 0;
Should be:
int pwr = 0;
Just a typo 😁
+ 1
It is ok, but it evaluates to -1073741571????
+ 1
Can you share the updated version of your code?