Introduction

Java is a high-level programming language originally developed by Sun Microsystems and released in 1995. Java runs on a variety of platforms, such as Windows, Mac OS, and the various versions of UNIX. This tutorial gives a complete understanding of Java. This reference will take you through simple and practical approaches while learning Java Programming… Continue reading Introduction

Installation by images

Step 1: Step 2: Step 3 : Step 4: Step 5: Write the following in the command line (cmd.exe): C:\Users\Your Name>java -version If Java was successfully installed, you will see something like this (depending on version): java version “11.0.1” 2018-10-16 LTSJava(TM) SE Runtime Environment 18.9 (build 11.0.1+13-LTS)Java HotSpot(TM) 64-Bit Server VM 18.9 (build 11.0.1+13-LTS, mixed… Continue reading Installation by images

Setup for Windows

To install Java on Windows: Go to “System Properties” (Can be found on Control Panel > System and Security > System > Advanced System Settings) Click on the “Environment variables” button under the “Advanced” tab Then, select the “Path” variable in System variables and click on the “Edit” button Click on the “New” button and… Continue reading Setup for Windows

Installation

Some PCs might have Java already installed. To check if you have Java installed on a Windows PC, search in the start bar for Java or type the following in Command Prompt (cmd.exe):C:\Users\Your Name>java -version If Java is installed, you will see something like this (depending on version):java version “11.0.1” 2018-10-16 LTSJava(TM) SE Runtime Environment… Continue reading Installation

Solving Algebra Eq. with Multiplication and Division

This page assumes you know about variables, basic algebraic equations, and how to solve them using addition and subtraction. In addition to using addition and subtraction to solve equations, we can also use multiplication and division. Main Rule The main rule we need to remember is that when we divide or multiply one side of… Continue reading Solving Algebra Eq. with Multiplication and Division

Ratios

A ratio is a way to show a relationship or compare two numbers of the same kind. We use ratios to compare things of the same type. For example, we may use a ratio to compare the number of boys to the number of girls in your class room. Another example would be to compare… Continue reading Ratios

Published
Categorized as 5. Ratios

Order of Operations

Skills needed: Multiplication Division Addition Subtraction In math problems it’s important to do the operations in the right order. If you don’t, you may end up with the wrong answer. In math, there can be only one correct answer, so mathematicians came up with rules to follow so we can all come up with the… Continue reading Order of Operations

A Glass of Milk

Once, there was a poor boy who made a living by selling various objects from door to door. This was the way he earned money to pay for his school. One day, as he was walking from house to house as usual, he felt very hungry and weak. He felt that he couldn’t walk even… Continue reading A Glass of Milk

Money Vs Family

He works for more than 16 hours a day. The kids cannot see him as he will leave home early in the morning before they wake-up and reach home around midnight when kids would sleep every day. The entire family eagerly wait to spend quality time with him and the kids miss him so much.… Continue reading Money Vs Family