Academic Integrity: tutoring, explanations, and feedback — we don’t complete graded work or submit on a student’s behalf.

Web development and programming

191828 questions • Page 3587 / 3837

create an application for a vending machine ithat dispenses items such as snacks
create an application for a vending machine ithat dispenses items such as snacks ( 5 types) and beverages (at least 5types), to customers automatically, after the customer inserts…
create an application that will allow the selection of a parts number from a lis
create an application that will allow the selection of a parts number from a list and display the product and the price. It should retain the price of all products a customer wish…
create an application that will allow the selection of a parts number from a lis
create an application that will allow the selection of a parts number from a list and display the product and the price. It should keep the price of all products a customer wants …
create an application that will allow the selection of a parts number from a lis
create an application that will allow the selection of a parts number from a list and display the product and the price. It should keep the price of all products a customer wants …
create an application that will allow the selection of a parts number from a lis
create an application that will allow the selection of a parts number from a list and display the product and the price. It should keep the price of all products a customer wants …
create an array that contains the rainfall amounts for 2016 for Kamloops (make u
create an array that contains the rainfall amounts for 2016 for Kamloops (make up some data). Write the following functions: a) getAverage returns the average rainfall for 2016 fo…
create an input file consisting of negative and positive numbers to test the fun
create an input file consisting of negative and positive numbers to test the functionality of the program. please create a doubly linked list and follow the guidelines mentioned i…
create an output format statement which would generate lines in the table which
create an output format statement which would generate lines in the table which appear as shown below. the Employee Name Field displays an employee name contained in the name vari…
create and call a method wager() , the asks the player how much they want to wag
create and call a method wager(), the asks the player how much they want to wager and returns the wager amount and create an overloaded method balance(), that takes either one or …
create and combine the UDP client and UDP server programs in C language into one
create and combine the UDP client and UDP server programs in C language into one multithreaded P2P (peer-to-peer) application in C language which is a client and a server at the s…
create and fill an array with random values, ask user to select array size. Afte
create and fill an array with random values, ask user to select array size. After initialization, display the array and then call a function that creates new array by sorting the …
create battleship game in c++ on 10x10 grid of 0s. Put the game into a loop that
create battleship game in c++ on 10x10 grid of 0s. Put the game into a loop that:                       generates the ship placements randomly                       allows the use…
create blackjack game in c++ I\'m missing something I just don\'t know what. ple
create blackjack game in c++ I'm missing something I just don't know what. please add comment lines too please Here is the code for Card.h: #include<cctype> //Required for t…
create c++ to read the data and include these functions int menu(); int readFile
create c++ to read the data and include these functions int menu(); int readFile(ifstream &infile, struct student s[]); int displayStudents(struct student s[],int size); doubl…
create database DDLPractice use DDLPractice create table authors au id char (11)
create database DDLPractice use DDLPractice create table authors au id char (11) not null primary key, au_lname varchar (40) not null, au_fname varchar(20) not null, phone char(12…
create database pp; use pp; create table customers (customer_id char(4) primary
create database pp; use pp; create table customers (customer_id char(4) primary key, customer_name char(20), customer_add char(20), customer_city char(20), customer_state char(20)…
create database pp; use pp; create table customers (customer_id char(4) primary
create database pp; use pp; create table customers (customer_id char(4) primary key, customer_name char(20), customer_add char(20), customer_city char(20), customer_state char(20)…
create double linked list , where each node has two pointers. One points to the
create double linked list , where each node has two pointers. One points to the next node ( same as in single linked list ) , the other points to the previous node. Operations lik…
create java program 1) Write a program that displays five command line arguments
create java program 1) Write a program that displays five command line arguments. For    example, if you run your program with    java Hw2a u v w x y    your program will display …
create linkedlist.h and linklist.cpp file , given the linkedlistMain.cpp file ex
create linkedlist.h and linklist.cpp file , given the linkedlistMain.cpp file executable sample : Please enter the input filename (or simply press return to use project4-inputA.ta…
create new application using mangoose.(note: if you send me github link for this
create new application using mangoose.(note: if you send me github link for this apps i will appreciate.) Your user is a runner. Your user only likes to run around lakes. Create a…
create project Your presentation can be about a new interactive technology tool
create project Your presentation can be about a new interactive technology tool that you use in your working/studying environment related to Multimedia. You can also choose the to…
create queue class should have the following methods: void enqueue(T) - add data
create queue class should have the following methods: void enqueue(T) - add data to the back of the queue T dequeue() - return the data from the front of the queue and remove it f…
create synonym d for prj_department; create synonym e for prj_employees; create
create synonym d for prj_department; create synonym e for prj_employees; create synonym ep for prj_empproject; create synonym l for prj_locations; create synonym p for prj_project…
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condit
create table Inventory( I_FlowerNumber number , I_Location varchar(20), I_Condition varchar(20), I_Search varchar(40),I_Delete varchar(20), I_Add number,I_Quantity number,PRIMARY …
create table Student (StuID char(3) primary key, GPA decimal(3, 2)); insert into
create table Student (StuID char(3) primary key, GPA decimal(3, 2)); insert into Student values ('s1', 3.66), ('s2', 2.87), ('s3', 2.91), ('s4', 4), ('s5', 3.5); create table Proj…
create table StudentRegistration (regId number(5) primary key, StudentId number(
create table StudentRegistration (regId number(5) primary key, StudentId number(5), Feestatus varchar2(10) not null, PaymentID number(3) references Payment ); create table Section…
create table classroom (building varchar(15), room_number varchar(7), capacity n
create table classroom (building varchar(15), room_number varchar(7), capacity numeric(4,0), primary key (building, room_number) ); create table department (dept_name varchar(20),…
create table course (course_id varchar(8), title varchar(50), dept_name varchar(
create table course (course_id varchar(8), title varchar(50), dept_name varchar(20), credits numeric(2,0) check (credits > 0), primary key (course_id), foreign key (dept_name) …
create table likePost uaerID char (10) poat ID char (50) dateLiked date primary
create table likePost uaerID char (10) poat ID char (50) dateLiked date primary key (userID Post ID, dateLiked) foreign key (userID) referenc userProfile (id), es foreign key (poa…
create table locations(location_no int primary key,location_name varchar2(10),st
create table locations(location_no int primary key,location_name varchar2(10),street_address varchar2(20),postal_code int,city varchar2(10),state_province varchar2(10)); create ta…
create table student (ID varchar(5), name varchar(20) not null, dept_name varcha
create table student (ID varchar(5), name varchar(20) not null, dept_name varchar(20), tot_cred numeric(3,0) check (tot_cred >= 0), primary key (ID), foreign key (dept_name) re…
create ten details examples of quries from this data ... I used MySQL.. insert i
create ten details examples of quries from this data ... I used MySQL.. insert into `Ledger` (`LedgerKey`, `LedgerBookName`) values (1000000000, 'quarter one'); insert into `Ledge…
create ten examples of quries from this data ... I used MySQL.. insert into `Led
create ten examples of quries from this data ... I used MySQL.. insert into `Ledger` (`LedgerKey`, `LedgerBookName`) values (1000000000, 'quarter one'); insert into `Ledger` (`Led…
create the following 3 tables with the column names and sizes defined using crea
create the following 3 tables with the column names and sizes defined using create table SQL Email Table Student Number Date 2/1/2012 3/15/2012 3/15/2012 EmailNum Message For home…
create the following JS functions A. maxWord function Write and test a function
create the following JS functions A. maxWord function Write and test a function named maxWord that accepts an array of strings and returns the long word in the array. Example: max…
create the following classes: a) a parent class called Shape3D. Declare Protecte
create the following classes: a) a parent class called Shape3D. Declare Protected Instance variables: volume and surfaceArea (both double) Write a default constructor. This constr…
create the following functions IN C++ that validate input. Each should accept on
create the following functions IN C++ that validate input. Each should accept only values indicated. If the input is incorrect the function should throw an exception. The exceptio…
create the following functions in python, and explain steps thank you. h) Write
create the following functions in python, and explain steps thank you. h) Write a function that takes in a string of non-negative integers separated by a space and returns the sum…
create the grocery.list as apples, parsley, ginger, vanilla yogurt, ice CUT 1) W
create the grocery.list as apples, parsley, ginger, vanilla yogurt, ice CUT 1) We want to print out only the first character of each line. Using the "cut" command: q1: What option…
create the hospital database using the following design and data in Oracle datab
create the hospital database using the following design and data in Oracle database. Create a script file(.SQL) to create tables and insert data into the table in Oracle. Include …
create the logic for a program that continuously prompts the user for two numeri
create the logic for a program that continuously prompts the user for two numeric values that represent the dimensions of a room in feet. include two overloaded methods that compu…
create this program with everything just tell me what numbers i will have to use
create this program with everything just tell me what numbers i will have to use for the txt file becuase im assuming you cant attatch a text file In this assignment you are expec…
create two subclasses for checking and saving accounts. a checking account has a
create two subclasses for checking and saving accounts. a checking account has an overdraft limit, but a saving account cannot be overdrawn. The Account class i wrote: import java…
create two subclasses for checking and saving accounts. a checking account has a
create two subclasses for checking and saving accounts. a checking account has an overdraft limit, but a saving account cannot be overdrawn. Add a descriptive toString method I ha…