https://github.com/theakashshukla/c-plus-plus
C Plus Plus Program & Assignment
https://github.com/theakashshukla/c-plus-plus
assignment cplusplus cpp library program project
Last synced: 11 months ago
JSON representation
C Plus Plus Program & Assignment
- Host: GitHub
- URL: https://github.com/theakashshukla/c-plus-plus
- Owner: theakashshukla
- License: mit
- Created: 2022-05-22T05:50:51.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-01-22T10:42:42.000Z (over 3 years ago)
- Last Synced: 2025-07-24T17:05:19.631Z (12 months ago)
- Topics: assignment, cplusplus, cpp, library, program, project
- Language: C++
- Homepage: https://theakashshukla.github.io/C-Plus-Plus/
- Size: 36.1 KB
- Stars: 4
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# C-Plus-Plus
## Lists of Program
| No.| Program | Link |
| --- | --- | --- |
| 1 | Write a Program in Java to Calculate the Simple Interest | [Code](https://github.com/theakashshukla/Java/tree/main/Project%201) |
| 2 | Write a Program in Java to Calculate Sum of Two Numbers Input from Command Line Argument. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%202) |
| 3 | Write a Program in Java to Calculate Area of Circle Using Scanner Class. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%203) |
| 4 | Write a Program in Java to Calculate Square Root of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%204) |
| 5 | Write a Program in Java to Display Name, Age, Calendar and Salary of a Person Input from the Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%205) |
| 6 | Write a Program in Java to Display Grading of Student When His Percentage is Input from Keyboard. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%206) |
| 7 | Write a Program in Java to Display Odd Number from 1 to 100. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%207) |
| 8 | Write a Program in Java to Display the Following Patterns using Functions. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%208) |
| 9 | Write a Program in Java to Calculate the Factorial of a Number. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%209) |
| 10 | Write a Program in Java to Determine Whether a Number Input from Keyboard is Prime Number Or Not. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2010) |
| 11 | Write a Program in Java to Display the Prime Numbers from 1 to 500 Using Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2011) |
| 12 | Write a Program in Java to Show Accessing Class Members and use a Dot(.). | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2012) |
| 13 | Write a Program in Java to Show Multilevel Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2013) |
| 14 | Write a Program in Java to Show Single Inheritance. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2014) |
| 15 | Write a Program in Java to Concatenate Two Strings Without Using Library Function. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2015) |
| 16 | Write a Program in Java to Make First Alphabet Capital of Each Word in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2016) |
| 17 | Write a Program in Java to Get the Last Index of Any Given Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2017) |
| 18 | Write a Program in Java to Reverse Words of a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2018) |
| 19 | Write a Program in Java to Find Occurrences of Each Character in a String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2019) |
| 20 | Java Program to Get String and Count Number of Words in Provided String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2020) |
| 21 | Write a Program in Java to Check Given String is Palindrome String Or Not in Java. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2021) |
| 22 | Write a Program in Java to Reverse Each Word of Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2022) |
| 23 | Write a Program in Java to Get Sub String from a Given String. | [Code](https://github.com/theakashshukla/Java/tree/main/Project%2023) |
## Related
Here are some related projects