Make the famous dose game or tic tac toe
Write a program where the user can enter the number of one -digit number and then all the numbers that can print the construction with the entered digits for example: Input: 1 input: 2 input: End 12 21 11 22
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 ....
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.
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 program that receives 2 dates in yyyy/mm/dd format and print 2 dates to the output example: 1401/11/01 tarikh2: 1401/11/05 4 days Tarikh1: 1401/10/01 Tarikh2: 1401/11/05 34 Days
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 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
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 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 ...
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 ...
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 ...
Write a function to get 2 disciplines and search the second string in the first string. If there was the second string in the first string, TRUE and otherwise False returns: To search, you should not use ready -to -use functions ...
Write a program that receives a number and only by moving its figures, the smallest numbers can be found (with the same number of digits)
Write a class called Tarikh to receive a solar date in yyyy/mm/dd format and has methods to add and reduce (day, month and year) of date. Also have a method for printing the date on the output. ...