Pinned Repositories
CMD-count-vowels-Java
Java CMD program for counting the vowels of the entered string.
CMD-count-vowels-Python
Python CMD program for counting the vowels of the entered string.
CMD-dice-number-frequency-percentage-Java
Java CMD program for printing the frequency and percentage of each dice number after x dice rolls.
CMD-factorial-loop-Java
Java CMD program for printing the factorial of the input number with a for loop.
CMD-factorial-recursive-Java
Java CMD program for printing the factorial of the input number with a recursive method.
CMD-Fibonacci-loop-Java
Java CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a for loop.
CMD-Fibonacci-loop-Python
Python CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a for loop.
CMD-Fibonacci-recursive-Java
Java CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a recursive method.
CMD-Fibonacci-recursive-Python
Python CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a recursive function.
CMD-generate-Iraninan-national-code-Python
Python CMD program for generating valid Iranian national codes and saving them into a .txt file.
Rmanamr's Repositories
Rmanamr/CMD-count-vowels-Java
Java CMD program for counting the vowels of the entered string.
Rmanamr/CMD-count-vowels-Python
Python CMD program for counting the vowels of the entered string.
Rmanamr/CMD-dice-number-frequency-percentage-Java
Java CMD program for printing the frequency and percentage of each dice number after x dice rolls.
Rmanamr/CMD-factorial-loop-Java
Java CMD program for printing the factorial of the input number with a for loop.
Rmanamr/CMD-factorial-recursive-Java
Java CMD program for printing the factorial of the input number with a recursive method.
Rmanamr/CMD-Fibonacci-loop-Java
Java CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a for loop.
Rmanamr/CMD-Fibonacci-loop-Python
Python CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a for loop.
Rmanamr/CMD-Fibonacci-recursive-Java
Java CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a recursive method.
Rmanamr/CMD-Fibonacci-recursive-Python
Python CMD program for printing Fibonacci series from 0 to input(number_Of_Series) with a recursive function.
Rmanamr/CMD-generate-Iraninan-national-code-Python
Python CMD program for generating valid Iranian national codes and saving them into a .txt file.
Rmanamr/CMD-geometric-shapes-Python
Python CMD program, object-oriented shape class and subclasses, enter the shape's name, color and other attributes to construct them and calculate the area and perimeter.
Rmanamr/CMD-Iranian-national-code-validation-API-Python
Python CMD program for validating Iranian national codes with an API request.
Rmanamr/CMD-Iranian-national-code-validation-Python
Python CMD program for validating Iranian national code.
Rmanamr/CMD-is-multiple-of-base-Java
Java CMD program for checking whether the input number is a multiple of base or not.
Rmanamr/CMD-is-palindrome-number-Java
Java CMD program for checking whether the entered number is palindrome or not.
Rmanamr/CMD-is-palindrome-string-Java
Java CMD program for checking whether the entered string is palindrome or not.
Rmanamr/CMD-is-power-of-2-bitwise-Java
Java CMD program to check whether the input number is a power of 2 or not, using bitwise operations.
Rmanamr/CMD-is-power-of-base-Java
Java CMD program for checking whether the input number is a power the base number or not.
Rmanamr/CMD-is-prime-number-Python
Python CMD program to check whether the entered number is prime or not.
Rmanamr/CMD-print-a-to-z-every-other-alphabet-Java
Print a to z every other alphabet
Rmanamr/CMD-print-divisors-Python
Python CMD program to calculate divisors of a number.
Rmanamr/CMD-print-number-with-most-prime-factors-count-Python
Python CMD program for printing the number with most prime factors, from a list of 10 entered numbers.
Rmanamr/CMD-print-prime-factors-Python
Python CMD program for printing prime factors of a number.
Rmanamr/CMD-split-integer-number-digits-Python
Python CMD program for splitting the digits of integer numbers.
Rmanamr/GUI-Windows-calculator-Python
Python GUI simple calculator.
Rmanamr/GUI-Windows-product-store-application-Python
Python GUI program for a simple Windows product store application.
Rmanamr/horizontal-star-shaped-isosceles-triangle-java
Print a horizontal star shaped isosceles triangle with the entered value for base
Rmanamr/Web-is-even-or-odd-number-checker-JavaScript
JavaScript Web program for checking whether the entered number is even or odd.
Rmanamr/Windows-cmd-messenger-python
A simple windows cmd messenger
Rmanamr/Windows-GUI-messenger-python
A simple Windows GUI messenger using tkinter library