This repository contains basic Java code examples. It's designed and developed by parthxd7.
- AreaCalculator.java
- BarkingDog.java
- DecimalComparator.java
- DiagonalStar.java
- EqualSumChecker.java
- EvenDigitSum.java
- FactorPrinter.java
- FirstLastDigitSum.java
- FirstMethodChallenege.java
- FlourPacker.java
- FlowControlSwitch.java
- ForStatementCalcInterest.java
- GreatestCommonDivisor.java
- InputCalculator.java
- IntEqualityPrinter.java
- LargestPrime.java
- LastDigitChecker.java
- LeapYear.java
- Main.java
- MainChallenge.java
- MegaBytesConverter.java
- MinutesToYearsDaysCalculator.java
- MonthDaysCalculator.java
- NumberPalidrome.java
- NumberPrinter.java
- NumberToWords.java
- PaintJob.java
- PerfectNumber.java
- PlayingCat.java
- PositiveNegativeZero.java
- SecondsMinuteChallenge.java
- SharedDigit.java
- SpeedConverter.java
- StringToInt.java
- SumOddRange.java
- SwitchJava.java
- TeenNumberChecker.java
- first.java
- getinputfromconsole.java
- literals.java
- studentspercent.java
- CollegeAreaPeri3.java
- CollegeArrayOperations.java
- CollegeDigit3Combination.java
- CollegeEncryptNumber.java
- CollegeMenuDriveLinearArray.java
- CollegeNameAnalyzer.java
- CollegeStudentDetails.java
Each file is a standalone Java program demonstrating different concepts and challenges in Java.
To run any of these programs, you need to have Java installed on your machine. You can run a program by navigating to the directory containing the .java file and using the command java filename.java.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
MIT