Assignment
This project includes solutions for various programming tasks given in assignment 01 for the course CSE110. I can access the assignments through a menu system within the main program. Explore the project codes using this PDF.
Checklist
- ✅ Task 1: Random Month
- ✅ Task 2: Lottery
- ✅ Task 3: Game - Rock, Paper, Scissors
- ✅ Task 4: Point Inside Circle
- ✅ Task 5: Area of a Regular Polygon
- ✅ Task 6: Unicode Conversion
- ✅ Task 7: Hex to Binary
- ✅ Task 8: Order Three Cities
- ✅ Task 9: Generate Vehicle Plate Numbers
- ✅ Task 10: Display the ASCII Character Table
- ✅ Task 11: Financial Application: Compare Loans
- ✅ Task 12: Compute e
- ✅ Task 13: Decimal to Octal
- ✅ Task 14: Computer Architecture: Bit-Level Operations
- ✅ Task 15: Statistics: Compute Mean and Standard Deviation
We welcome contributions to this project! Feel free to fork the repository and submit pull requests with your improvements.
This project is licensed under the MIT License. See the LICENSE
file for details.
Please note: This project currently does not have any automated or unit test implementation. While the program functions as intended, future development efforts might include the addition of testing frameworks for improved code reliability and maintainability.