AmalaReegan

AmalaReegan @reegan

Joined:
Nov 30, 2024

AmalaReegan
articles - 36 total

Day 28-Factorial Number:

Factorial: ==> Factorial of a non-negative integer, is multiplication of all integers...

Learn More 0 0Mar 31

Day 27-Java collections:

Collections of java: ==> Java Collections are a framework that provides a set of...

Learn More 1 0Mar 26

Day26.1 - Searching in java: Binary search

Binary Search: Definition: Binary search oru efficient algorithm,ithu sorted...

Learn More 0 0Feb 24

Day26 - Searching in java: (Linear Search or (Sequential Search in Java)

searching in java: ==> In Java,searching refers to the process of finding an element in...

Learn More 0 0Feb 24

Day25

A post by AmalaReegan

Learn More 0 0Feb 24

Day24-Scanner Class in Java

Scanner Class in Java: ==> Scanner is a class in java.util package used for obtaining...

Learn More 0 0Feb 19

Day23

A post by AmalaReegan

Learn More 0 0Feb 19

Day22

A post by AmalaReegan

Learn More 0 0Feb 19

Day21

A post by AmalaReegan

Learn More 0 0Feb 19

Day20:Quotient And Remainder in Java;

Quotient And Remainder: ==> The remainder is the integer left over after dividing one...

Learn More 0 0Feb 12

Day19:Number Series

Task1: 1 . Look at this series: 58, 52, 46, 40, 34,28 ... What number should come...

Learn More 0 0Feb 11

Day18; Control flow statement

Control flow statement: ==> Control flow statements are fundamental components of...

Learn More 0 0Feb 7

Day17; Switch Statements & Ternary Operator

Switch Statements: ==> The switch statement in Java is a multi-way branch statement....

Learn More 2 0Feb 3

Day16 ,Conditional Statements:

Conditional Statements: ==> Conditional statements, like the if-else statement in Java,...

Learn More 0 0Jan 29

Day 15 Task 3

Create a package called bank.chennai. Create a public class called ‘SBI’. Have default non-static...

Learn More 1 0Dec 31 '24

Day 15 Task 3

** Create a package called bank.chennai. Create a public class called ‘SBI’. Have default...

Learn More 0 0Dec 31 '24

Day 15 Task 2

Task 2 Create a class called 'Shop' Create below static variables: static int doorNo = 5; static...

Learn More 0 0Dec 30 '24

Day 15 Task 1

Task 1: Create a class called 'Jewellery' Create below static variables: static int goldPrice =...

Learn More 0 0Dec 30 '24

Day14 Inheritance:

INHERITANCE: * Inheritance is implemented using the extends keyworrds. * Inheritance in java is...

Learn More 0 0Dec 29 '24

Day13 ---->SQL Quers and simple example:

SQL Query; Example:

Learn More 0 0Dec 20 '24

Day 12 Constructor in java:

Constructor in java **Constructor will not have any return data type** **Constructor is...

Learn More 0 0Dec 19 '24

Day 11 --> Today Task

Create a class Called PlayGround Create non-static variables as below. int score, balls, catches;...

Learn More 3 0Dec 17 '24

Day 11 Today class:

class Supermarket { int price, discount; //global variables - non-static String product_name;...

Learn More 0 0Dec 17 '24

Day 10 Task:

Create a class 'Employee' Have main method in it. Inside main method, create an object. Using this...

Learn More 1 0Dec 17 '24

Day9 :Task2

Input public class Ticket { public static void main(String[]args) { int...

Learn More 0 0Dec 16 '24

Day 9; Task 1

Ques ** 1.Create a class called TV 2.Have below method in it. public void watch() {...

Learn More 0 0Dec 14 '24

Day8

Ques: ** Create a class Library' Have main method in it. Inside main method, create an...

Learn More 0 0Dec 12 '24

Day7 Task:

** 1.Create a class Called Player 2.Have main method in it. 3.Inside main method, create an...

Learn More 0 0Dec 11 '24

Day 6 Data type in java :

Data types refer to the different sizes and values that can be stored in the variable. Two types of...

Learn More 3 0Dec 11 '24

Day 5 java class,object,count

TASK 1;

Learn More 0 0Dec 10 '24