Guessing A Number
I used Eclipse until I realized that I needed to use NetBeans to unlock MOOC.FI’s upcoming week exercises. NetBeans has components and methods ready to use whereas I had to make my own methods in E...
I used Eclipse until I realized that I needed to use NetBeans to unlock MOOC.FI’s upcoming week exercises. NetBeans has components and methods ready to use whereas I had to make my own methods in E...
Continuing with tutorial under SQLZOO. The second exercise is titled “SELECT from WORLD”. Using same world database from previous exercise. name continent area pop...
I decided to have some exposure on SQL (Structured Query Language). I would like to understand more about SQL and apply my programming skills onto it. This is the first post on SQL, and I am absolu...
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...