15/03/19

In SDD, we were given a problem where the problem was quite simple, but when the teacher didn't allow a function, suddenly got a little harder. The question was to separate the digits from one big number and to separately print them. So 8261 should return 8, 2, 6, 1. Using a text function, we can pick out one individual number at once, but since it is a text function, the teacher told us to think of a way to do it without using that function. From there, it became a mathematics problem. What we thought of was to divide the number by 1000 and get the integer for that number, then continue doing that for the other numbers. We got the amount of digits from the user, since we couldn't get the length of the digit without using a text function.

I worked a little on the english assignment in class, and the maximum work count is supposed to be 1200, and I reached 1100, and I'm only around half-way of the story. I'll have to cut out a lot of things, so I guess I'm going to cut out the first few parts, as they don't really matter.

My spotify premium ran out, and I'm actually considering paying for it, since I actually quite like it, and it's much better than downloading low quality music from YouTube and importing it into my iPod manually. I can pay lucas to add me to his spotify family thing so instead of paying like $17 a month I can just pay like $5 for a month.

Comments