https://github.com/berasumit611/logiccode
This repository contains a collection of Java programs demonstrating various logical concepts and problem-solving techniques.
https://github.com/berasumit611/logiccode
java logical-programming
Last synced: 9 months ago
JSON representation
This repository contains a collection of Java programs demonstrating various logical concepts and problem-solving techniques.
- Host: GitHub
- URL: https://github.com/berasumit611/logiccode
- Owner: berasumit611
- License: mit
- Created: 2024-08-20T05:52:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-20T06:26:51.000Z (over 1 year ago)
- Last Synced: 2025-01-27T05:59:47.932Z (11 months ago)
- Topics: java, logical-programming
- Language: Java
- Homepage: https://www.javatpoint.com/java-programs
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java Logical Programs
This repository contains a collection of Java programs demonstrating various logical concepts and problem-solving techniques.
## Contents
` String `
- Java Program to count the total number of characters in a string => [code](https://github.com/berasumit611/LogicCode/blob/main/LogicCode/src/main/java/stringProgram/CharacterCounter.java)
- Java Program to count the total number of vowels and consonants in a string => [code](https://github.com/berasumit611/LogicCode/blob/main/LogicCode/src/main/java/stringProgram/VowelConsonantCounter.java)
## Getting Started
### Prerequisites
- Java Development Kit (JDK) 8 or higher
- Any Java IDE (e.g., IntelliJ IDEA, Eclipse) or a text editor
### Running the Programs
1. Clone this repository:
`git clone https://github.com/berasumit611/LogicCode.git`
2. Navigate to the program you want to run
3. Compile & Run the code
## Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.