@[email protected] to [email protected] • 2 years agoRandom internet people explaining math better then math teacheri.imgur.comimagemessage-square206fedilinkarrow-up11.73Karrow-down163
arrow-up11.66Karrow-down1imageRandom internet people explaining math better then math teacheri.imgur.com@[email protected] to [email protected] • 2 years agomessage-square206fedilink
minus-square@[email protected]linkfedilinkEnglish1•edit-22 years agoJava/C# would have types before the variables: double sum = 0d; for (int i = 0; i < 4; i++) sum += 3 * i;
minus-square@[email protected]linkfedilinkEnglish3•2 years agoOnly if they’re declared in the snippet.
I think its Java.
It’s any C derivative language.
Java/C# would have types before the variables:
double sum = 0d; for (int i = 0; i < 4; i++) sum += 3 * i;
Only if they’re declared in the snippet.
Could also be Javascript or C#.
Or C or C++