Angelo Eluna

Learn How To Disable Startup Programs In Windows 10 oS

Introduction When you download a software program, their setting is set it to launch automatically. They open automatically without being clicked, especially when you open or boot your computer. Although they can be useful in some situations, however they can also slow down your system because each active software consumes RAM. I’ll teach you how …

Learn How To Disable Startup Programs In Windows 10 oS Read More »

Getting to know Envato Elements.

Introduction The original method of creating your own website is to design it with html and CSS code. This slows you down while creating a website, and your intended design will not be the final result. Evanto components is a fantastic WordPress plug-in, especially if you want to easily create your own designs. This plug-in …

Getting to know Envato Elements. Read More »

Getting to know if-else statements in java programming

In this blog, I will show some sample codes about If-Else Statements in Java. The If-Else Statements is used to test the condition of the given statement. Whether the output is True or False. We can also test multiple condition. I will demonstrate some basic but straight forward in applying the If-Else Statement. Java supports …

Getting to know if-else statements in java programming Read More »

Basic Arithmetic Operators in Java Programming.

Arithmetic Operators involves the mathematical operators used to perform basic math equation on the primitive data types referred to as the operands. By learning these basic operators, in the future you are able to make your own algorithm that requires many alternative solution. In this blog, I will show you a sample codes that applying …

Basic Arithmetic Operators in Java Programming. Read More »