An open API service indexing awesome lists of open source software.

https://github.com/berasumitdev/logiccode

This repository contains a collection of Java programs demonstrating various logical concepts and problem-solving techniques.
https://github.com/berasumitdev/logiccode

java logical-programming

Last synced: 6 months ago
JSON representation

This repository contains a collection of Java programs demonstrating various logical concepts and problem-solving techniques.

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.