MAR-AM
Hi there 🚀 Passionate coder | Software Developer Student💻 | Open Source Enthusiast 🌟 | Constant learner 📚 | Building cool stuff with Js, python, Html, CSS
ISGIMorroco
Pinned Repositories
-Animating-Geometric-Transformations-A-Colorful-Square-Journey-
This HTML and CSS code creates a captivating animation by applying keyframe transformations to a square div element.
-Banking-System-Management-
This Python script simulates a basic banking system management, differentiating between agents and clients. Agents can add or delete accounts, while clients can perform various account-related operations such as changing passwords, checking balances, depositing money, and withdrawing money.
-Creative-Box-Placement-Playing-with-Colors-and-Transformations-
This HTML and CSS code showcases a creative arrangement of colored boxes, each with unique styles.
-CSS-Styling-Exploring-Div-Element-Transformations-
This HTML and CSS code showcases the art of styling div elements using CSS transformations. Two div elements, each with a distinct class, are presented.
-Loop-and-Variable-Comparison
This JavaScript code comprises two sections.
-Min-Max-Number-Comparison
This JavaScript script defines two arrow functions, 'test1' and 'test2', which accept two parameters 'x' and 'y'. 'test1' returns the smaller of the two numbers using Math.min, while 'test2' returns the larger number using Math.max...
-Outdoor-Adventure-Services-Showcase
This HTML code creates a visually appealing webpage showcasing various outdoor adventure services. With a background image of a camping scene, it sets an adventurous tone.
First_Example
In this exercise, we ask the user to enter three points obtained in the exams, and then this program gives him his general average and the merit obtained.
Library-Management-System
Library Management System is a Python-based application built using the Tkinter library for creating a user-friendly graphical interface. This system allows library administrators to efficiently manage library membership information, track book details.
MAR-AM
Welcom to my profile..!
MAR-AM's Repositories
MAR-AM/First_Example
In this exercise, we ask the user to enter three points obtained in the exams, and then this program gives him his general average and the merit obtained.
MAR-AM/-two-integer-are-friends-or-not-.
Here is an example algorithm in Python that return if the two integer are friends or not .
MAR-AM/_SERIES_OF_EXERCISES
Various exercises...!
MAR-AM/A
here is an example of an algorithm in Python to check if a string is empty or not.
MAR-AM/A-customer-s-invoice
We wish to establish invoices for 3 customers whose names we know. We assume that each of them purchased a single item .The invoice will show the customer's name and the amount including tax, knowing that a rate of 15% VAT and the customer benefits from a 2% discount on the amount of these purchases.
MAR-AM/B
Here is an algorithm in Python that counts the number of characters in a string.
MAR-AM/example
simple calculator
MAR-AM/Exercice-1
in this exercise,we give to user the solution of quadratic equation after entering a,b,and c.
MAR-AM/G
Here is an example algorithm in Python that converts a string to uppercase.
MAR-AM/H
Here is an example algorithm in Python that counts the number of occurrences of a character in a string.
MAR-AM/hello
Write an algorithm that displays the Hello message.
MAR-AM/I
Here is an example of an algorithm in Python that replaces all occurrences of one character with another in a string.
MAR-AM/J
Here is an example of an algorithm in Python that extracts the words from a given sentence.
MAR-AM/K
Here is an example of an algorithm in Python that displays the divisors of a user-entered integer. BUT Before the At the end of its execution, the algorithm must display the number of divisors it has found.
MAR-AM/L
Here is an example of an algorithm in Python that retrieves an integer ‘n’ entered by the user and displays all prime integers less than n.
MAR-AM/N
Here is an example of an algorithm in Python that displays “Hello” provided the user enters the greeting word correct pass (DEV@2023). The number of attempts is limited to 3. If the attempts are wasted, the user will have to answer a secret question (The name of the favorite film For example).
MAR-AM/O
Here is an example of an algorithm in Python that reads the size N of two arrays T1 and T2 (of the same size), it reads the values of these two tables, then it performs the sum of the arrays T1 and T2 (first element of T1 plus first element of T2…) in an array LIST and it displays the LIST table.
MAR-AM/palindrome_or_not
Here is an example algorithm in Python that checks whether a string is a palindrome or not.
MAR-AM/position_of_a_substring
Here is an example algorithm in Python that finds the position of a substring in a given string.
MAR-AM/product
Write an algorithm to enter two numbers and display their product.
MAR-AM/remove_all_spaces
Here is an example algorithm in Python that removes all spaces from a string.
MAR-AM/Reversing_a_string
Here is an example algorithm in Python for Reversing a string.
MAR-AM/show-grades-above-average.
Here is an example of an algorithm in Python that retrieves grades for a class. Subsequently, the algorithm must show grades above average.