Write a warehouse management program that has the following features: 1. Add goods: Enter the product information including the name, the product code, the number available, the unit price and the expiration date. 2. Remove Product: By entering the product code ...
Write a program that receives a number from the user and converts to letters suppose the numbers entered between 0 and 1000000 23 ➞ Twenty Three 405 ➞ Four HundredR
Write a program to implement the game point so that the two players can turn together the points and build a square by drawing lines between the points. This program should include: 1 ....
Online Store with the following features to add new product by Admin in the Management Panel Panel User Name by User Selecting and Registering (Online Payment and Home Payment Option ...
Write a program that receives 2 dates in yyyy/mm/dd format and print 2 dates to the output for example Tarikh1: 1401/11/01 tarikh2: 1401/11/05 4 days Tarikh1: 1401/10/01 Tarikh2: 1401/11/05 34 Days
Write a robot: When a new user enters the group, send him a welcome message. If one sends a promotional link, he will delete his message. If a particular user sends too much message, he will automatically fir him.
Make the famous dose game or tic tac toe
Write a program that receives the infinite number of the number with the help of a graphical interface and performs the compact, multiplication and division on them, for example the user should be able to do the results of the following actions using this ...
Write a program that takes an array of integers and a number as an input and the position (index) finds that number with the help of a binary search algorithm in the array. If there were no number in the array, the right message ...
Write a program to get a 9 -in -9 sodoko table as a multidimensional array and solve it
We want to build a unit selection site that: 1. Any student can see a list of capacity courses. 2. Each student can take a lesson if there is a capacity. 3. In charge of training can be new lessons with mesh capacity ...
Write a library program that has the following features: 1- The user can register a new book 2- The user can delete recorded books 3- The user can change the specifications of the books including their name and subject ...
1- The user selects a number from 0 to 100 in his mind 2- The program guesss the user's desired number 3- The user according to the guessing number is one of the options (the correct guess, the number is larger, the number ... Moore ...
We want to open a cow door, we don't know the safety password, but we have the following information: the second -digit safing password is the first number of the first digit, the last 4th of the person in one unit is smaller than their first digit ...
We want to open the cow door, we don't know the password, but we have the following information: the second -digit safing password and the fifth digit equivalent to the first number of the first digit of a larger unit ...
Define a class of User that has a username, email and password and the following methods. Print: Print username and email in the output IS_Gmail: Check whether the user's email is Gmail and ...