• Blog Homepage
  • Website Homepage

Magic Monk's Blog

Follow Magic Monk's Journey

Magic Monk

IT Education

Java Programming with Eclipse lesson 5 – Generating random numbers

By Magic Monk on Monday, October 7, 2019

In this tutorial we learn how to generate a random decimal number between 0 and 1, we then learn how to convert it to a random integer between 1 and 6, similar to rolling a die.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 4 – Integer variable, If/else statement

By Magic Monk on Sunday, October 6, 2019

In this lesson we declare an integer variable, assign a value to it, then use an If/else statement to decide what to output to the screen based on evaluating the contents of the variable using a comparison operator.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 3 – String Variables

By Magic Monk on Saturday, October 5, 2019

In this lesson we learn about why we need variables. We declare a string variable, assign value to the variable, output the variable to the screen and also find out how many characters are in the variable.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 2 – Install Eclipse and run the first program

By Magic Monk on Friday, October 4, 2019

In this tutorial you learn how to install the Eclipse IDE for programming Java. We also write, compile and execute our first program in Java to print a message to the screen.

Continue Reading
0
IT Education

Java Programming with Eclipse lesson 1 – installing JDK

By Magic Monk on Thursday, October 3, 2019

In this tutorial we show you how to download and install the latest Java Development Kit (JDK) and also set the system environment variables in Windows to make it work.

Continue Reading
0
IT Education

SQL with Microsoft Access 2016 Lesson 12 – Having, Update

By Magic Monk on Wednesday, October 2, 2019

In this lesson we talk about what the HAVING clause means (adding a condition for the output of the aggregate function when the GROUP BY clause is used), and we also talk about how to update particular values in a row using the UPDATE clause.

Continue Reading
0
IT Education

SQL with Microsoft Access 2016 Lesson 11 – Joining tables

By Magic Monk on Tuesday, October 1, 2019

In this tutorial we talk about how to join tables together. It is important to remember with joins to always set in the Where clause which field is equal in both tables, otherwise you will get a very big table.

Continue Reading
0
IT Education

SQL with Microsoft Access 2016 Lesson 10 – Group By, Max, Min, Average

By Magic Monk on Monday, September 30, 2019

In this tutorial we learn to put our rows into groups, count the number of rows in each group, and find the maximum, minimum, or average value of each group.

Continue Reading
0
IT Education

SQL with Microsoft Access 2016 Lesson 9 – Arithmetical operators, functions

By Magic Monk on Sunday, September 29, 2019

In this tutorial we learn to use functions such as DATE(), MAX(), INT() with arithmetical operators such as minus and divide.

Continue Reading
0
IT Education

SQL with Microsoft Access 2016 Lesson 8 – Sorting

By Magic Monk on Saturday, September 28, 2019

In this video we learn to sort our results from a query using the order by clause.

Continue Reading
0

Posts navigation

← Previous 1 … 16 17 18 19 20 … 75 Next →
Theme by Scissor Themes Proudly powered by WordPress