20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB

The repository contains the list of awesome✨ & cool Java Exercises!

20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB

JAVA




HOW TO CONTRIBUTE ? 👷

1. Fork this repository.

2. Clone the forked repository.

git clone https://github.com/Durgesh-Vaigandla/20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB 

3. Navigate to the project directory.

cd 20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB

4. MAKE A NEW FILES WITH YOUR EXPERIMENT NAME INSIDE 20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB.

5. Also Add the experiment in README file.


6. Create a new branch.

git checkout -b <your_branch_name>

7. Add & Commit your changes.

  git add .
  git commit -m "<your_commit_message>"

7. Push your local branch to the remote repository.

git push -u origin <your_branch_name>

8. Create a Pull Request!

Congratulations! Sit and relax till we review your PR, you've made your contribution to (https://github.com/Durgesh-Vaigandla/20CS0509-OBJECT-ORIENTED-PROGRAMMING-THROUGH-JAVA-LAB)



Experiment List

Experiment Description Code
Hello World To Print Hello World in JAVA HelloWorld.java
Arithmetic Operators To demonstrate the usage of Arithmetic Operators ArithmeticOperations.java
Assignment Operators To demonstrate the usage of Assignment Operators AssignmentOperations.java
Bitwise Operators To demonstrate the usage of Bitwise Operators BitwiseOperations.java
Relational Operators To demonstrate the usage of Relational Operators RelationalOperations.java
Logical Operators To demonstrate the usage of Logical Operators LogicalOperations.java
Unary Operators To demonstrate the usage of Unary Operators UnaryOperations.java
Shift Operators To demonstrate the usage of Shift Operators ShiftOperations.java
Simple If To demonstrate the usage of Simple If condition SimpleIf.java
If Else To demonstrate the usage of If Else condition IfElse.java
ElseIf To demonstrate the usage of Else If condition elseIf.java
Else If Ladder To demonstrate the usage of Else If Ladder condition ElseIfLadder.java
Switch Case To demonstrate the usage of Switch Case using calculator application SwitchCalc.java
While loop To demonstrate the usage of While using sum of n natural numbers SumOfNaturalNumbers.java
Nested While Loop To demonstrate the usage of Nested While Loop NestedWhileLoop.java
Infinite While Loop To demonstrate the usage of Infinite While Loop InfiniteWhileLoop.java
Do While Loop To demonstrate the usage of Do-While Loop DoWhileLoop.java

Applications

Application Name Description Code
Student Grade System It Analysis the marks of a student and gives the grade, percentage and total marks as Output. StudentGrade.java
Electricity Bill Calculator It gives you the Electricity Bill based of input Units and according to different category. ElectricityBillCalculator.java
Montly Salary Calculator It gives you the Montly Salary based of input of LPA and HRA, FA and Taxes MonthlySalaryCalculator.java
Offer Validation Calculator It Validates the Discount Offer based on Purchase Amount OfferValidation.java

Repo Maintainers 👷👷:


DURGESH VAIGANDLA


SUJITH KARNATI

Open Source Contribution

Contributions to this repository are welcome! Please feel free to fork this project and submit pull requests to enhance its functionality or fix any issues. If you have any suggestions or find bugs, please open an issue.

Analytics

Repo Size License