@5SpeedDeasil@lemmy.world to Memes@lemmy.ml • 1 year agoRandom internet people explaining math better then math teacheri.imgur.comimagemessage-square203fedilinkarrow-up11.72Kcross-posted to: math@lemmy.world
arrow-up11.72KimageRandom internet people explaining math better then math teacheri.imgur.com@5SpeedDeasil@lemmy.world to Memes@lemmy.ml • 1 year agomessage-square203fedilinkcross-posted to: math@lemmy.world
minus-square@IBurnedMyFingers@discuss.tchncs.delinkfedilinkEnglish1•edit-21 year agoJava/C# would have types before the variables: double sum = 0d; for (int i = 0; i < 4; i++) sum += 3 * i;
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.