@5SpeedDeasil to [email protected] • 1 year agoRandom internet people explaining math better then math teacheri.imgur.comimagemessage-square198arrow-up11.74Karrow-down162cross-posted to: math
arrow-up11.68Karrow-down1imageRandom internet people explaining math better then math teacheri.imgur.com@5SpeedDeasil to [email protected] • 1 year agomessage-square198cross-posted to: math
minus-square@[email protected]linkfedilinkEnglish1•edit-21 year 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•1 year 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++