Variables in Java

A variable is like a box having a value inside it and a name slip on it Syntax of a variable datatype variable_name = value; Example 1 We can store integers in our variable OUTPUT

Read More »

Data Types in Java

  Whenever we create variables, we always mention the type of data we’ll be putting into the variable using data type.   int a = 4; There are 2 types of data types in Java.1. 

Read More »

Comments in Java

  Comments are basically lines that give us a brief description of the code written without getting interpreted by the compiler.   Let’s create a Comment in Java   A comment begins with 2 forward

Read More »

Introduction to Java

What is programming?   Basically, creating a set of commands on the basis of which software or computer will reciprocate is called programming.   What is Java?   Java is a very famous and prominent

Read More »

Math Module in Python

For advanced math problems, we might have a hard time writing the code manually. Thankfully, we have the math module in python which solves complex mathematical problems for us   Built-in Functions   First, we’ll

Read More »

User Input in Python

Any information or data sent to an application for processing is considered user input.Eg – app taking orders, taking photos, etc. In python, we as developers can ask the user for input. Note: in python

Read More »
Aniket Malik

Aniket Malik

CERTIFIED TUTOR/TRAINER WITH 300+ REVIEWS

My students are the presents from God to me

Do you want to learn

Programming?

Hey, I’m Aniket. I’m determined to make you one of the best developers in the history of Information technology. 

My only question is, are you ready?