Write a program where the user can enter the clock, minutes and seconds as the example below and from the time entered, the countdown to zero is Input: 1:22:50 # One hour and twenty minutes and fifty seconds
Write a program that receives a solar date from the input (in the format of yyyy/mm/dd). Then convert the date to AD and print in the output
Design an appointment management system for a clinic. This system must have the following abilities: Patient Registration: Every patient must have a unique ID, name, birth date and contact number. Turn Register: Every ...
Write a program: The user can enter the list of daily tasks. The user can remove the tasks from the list.
Write a program that receives a store product listing including name and product price and will continue until the amount of empty value for the product name is entered; Then the product name is displayed as a list ...
Write a program that has a graphical environment and can perform the sum, subtraction, multiplication and division operations on the infinite number. (Exactly like a real calculator)
Create a storage counter using HTML, CSS and JavaScript: Put the default number on 0 and create 2 buttons to increase and reduce. Reduce the counter number button and ...
Design a corporate site homepage: There is a good header with the appropriate links at the top of the page.
Write a robot to: Take the user's text and convert it into audio files. You can use different libraries or APIs.
Write a function that receives a word and changes each letter to its next letter in the alphabet. Then returned the result. Indeed: "A" turns into "B" "" B "becomes" C "" C "becomes" D "and ........
Write a program to create a trigger to reduce the capacity of the class in the classroom table if the new record is added to the Student table. The Student table has the following fields: • Student code ...
Write a program that acts like a restaurant menu. This app should have the following features: 1. Menu Display: The app must display all the items in the menu with the name, price and description. 2. Select Item: ...
Suppose the database of a language school consists of the following tables: Students -> id, name, phone, ageteacherrs -> id, name, phone, age1- Write a high table construction 2- Write a query that creates a class called ...
Write a program that receives n and draws Khayyam Pascal's triangle to n rows is the same as the one below, which is at the top of the triangle of the number one, and in the first and last lines of each number one and the remainder ...
Design the database of a restaurant and write a query about making tables and keys. Tips: In this restaurant we want to have a list of foods, orders and customers in the system
Write a program that receives a student's lessons and the number of each unit (receiving the score and the number of units until the number is 0).