Message from @.kryi0s

Discord ID: 234500841078390784


2016-10-09 02:16:22 UTC  

well programming isnt my field so i haven't seen it as an interview device

2016-10-09 02:18:00 UTC  

does this actually help childern learn? to replace all 3s and 5s with fizz or buzz?

2016-10-09 02:18:45 UTC  

it's supposed to be a basic logic test

2016-10-09 02:18:59 UTC  

i'm surprised its factors of 3s and 5s

2016-10-09 02:19:07 UTC  

you think 2 would be a more valued factor

2016-10-09 02:20:22 UTC  

for(int i = 1; i < 101;i++){
boolean flag = false;

if(i % 3 == 0){
print("Fizz");
flag = true;
}

if(i % 5 == 0){
print("Buzz");
flag = true;
}

if(!flag){
print(i);
}
}

2016-10-09 02:20:44 UTC  

yeah thats what im reading on wikipedia atm lol

2016-10-09 02:21:01 UTC  
2016-10-09 02:21:03 UTC  

also the founder of wikipedia demands $$$$

2016-10-09 02:21:09 UTC  

fucking jimmy

2016-10-09 02:21:46 UTC  

>enterprise edition

2016-10-09 02:22:00 UTC  

>made by serious businessmen for serious business purposes.

2016-10-09 02:22:07 UTC  

o shit

2016-10-09 02:22:11 UTC  

o forgot the newline

2016-10-09 02:22:18 UTC  

i fucked up fizzbuzz ;-;

2016-10-09 02:22:22 UTC  

fucking

2016-10-09 02:22:23 UTC  

RIP

2016-10-09 02:22:25 UTC  

time to commit sudoku

2016-10-09 02:22:32 UTC  

fizzbuzz hypocrit

2016-10-09 02:22:33 UTC  

pls

2016-10-09 02:22:37 UTC  

if you fail fizzbuzz

2016-10-09 02:22:41 UTC  

how can u sudoku

2016-10-09 02:22:46 UTC  

well

2016-10-09 02:22:46 UTC  

HOW

2016-10-09 02:22:49 UTC  

TECHNICALLY

2016-10-09 02:22:54 UTC  

THEY NEVER ASKED FOR THE NEWLINE

2016-10-09 02:22:58 UTC  

SO

2016-10-09 02:23:10 UTC  

quit weasling out

2016-10-09 02:23:15 UTC  

you know what you have done

2016-10-09 02:23:53 UTC  

;-;

2016-10-09 02:24:45 UTC  

I remember in first semester our final assignment was printing out suduko puzzles o console and a txt file

2016-10-09 02:24:56 UTC  

prof added a bonus thing to the assignment

2016-10-09 02:25:10 UTC  

10% bonus if you wrote your own code to generate a sudoku puzzle

2016-10-09 02:26:01 UTC  

made a shitty revursive function to make it, prof was confused as to how mine would take ~200 itterations to generate a game, whereas his would take ~50,000

2016-10-09 02:26:16 UTC  

lol

2016-10-09 02:26:21 UTC  

so yes I do know how to commit sudoku

2016-10-09 02:26:22 UTC  

mmk

2016-10-09 02:27:08 UTC  

add that to your portfolio

2016-10-09 02:27:13 UTC  

>Skills

2016-10-09 02:27:27 UTC  

> Final Programming Project 4: Commit Sudoku

2016-10-09 02:27:39 UTC  

god dammit i need some memory puns