OOP Java P1 Wk2 cont.
NOTE: I used Eclipse for week2, until realized had to use Netbeans to release third week exercises. I transferred codes from Eclipse to Netbeans. It’s recommended to use Netbeans for MOOC. The 2nd...
NOTE: I used Eclipse for week2, until realized had to use Netbeans to release third week exercises. I transferred codes from Eclipse to Netbeans. It’s recommended to use Netbeans for MOOC. The 2nd...
OOP Java Part 1 Week 2 The Week 2 covers loops and basics of methods. Earlier in my other previous posts, I mentioned that we could use either Netbeans, or Eclipse. I realized that in MOOC, it’s r...
Continuing OOP Java Part 1 Continuing OOP Java Part 1 from University of Helsinki’s MOOC (Massive Open Online Courses). This post will cover week 1 #20-23 exercises. Last exercise will be used in ...
UPDATE (06/05/17) All classes should be capitalized. I didn’t, and started doing that with Week 3. UPDATE (05/23/17) Use Netbeans to unlock Mooc.fi Exercises!!! INTRO TO MOOCI.FI I learn java fr...
I am learning how to do Java via Udemy, so let’s get started. BTW, I use Mac OSX. SET UP 1) Download the Java SE JDK latest version at Oracle. Accept License Agreement Double click to insta...
The fun and challenging part of FCC continues, Basic Algorithm Part 2. Find the Longest Word in a String Return the length of the longest word in the provided sentence Your response should b...
After moving past Basic JavaScript and Object-Oriented Programming (OOP) parts in FCC, the fun part is Basic Algorithm. I have completed half of it so far. I am going to review each completed chall...
I took a look into this new challenge, and thought it was going to be easy. After few tries, I failed to realize that computer parses, and not necessarily read the same way as I do. I wasn’t access...
The problem lies below: // Setup var collection = { "2548": { "album": "Slippery When Wet", "artist": "Bon Jovi", "tracks": [ "Let It Rock", "You Give Love a...
I have been learning basic javascript on freecodecamp.com, and this is the second problem that I encountered a bit difficult of understanding. It wanted me to modify function multiplyAll so that it...