Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1444 / 1624
Create an integer 1D array \"arrayId\" with size 8 and initialize the array with
Create an integer 1D array "arrayId" with size 8 and initialize the array with the following numbers -4, 6, -15, 21. 29, 54, -23, -2 There are four positive numbers and four negat…
Create an integer array of size 10. Create functions for the following tasks and
Create an integer array of size 10. Create functions for the following tasks and make sure to pass a pointer to the table (array) as an argument to each of them. a. Populate the a…
Create an integer array of size 30. Assign -1 to each location in the array indi
Create an integer array of size 30. Assign -1 to each location in the array indicating that the array is empty. Populate half of the array with random integer values between 100 a…
Create an integer array of size of 10. Randomly populate the array with integer
Create an integer array of size of 10. Randomly populate the array with integer from 1 to 100 into the array. Apply Selection Sort to the unsorted array. Create a counter to count…
Create an interactive GUI application that displays the list of the orders read
Create an interactive GUI application that displays the list of the orders read in from the file (AccountRecords.txt) and the total number of bank accounts. When your program star…
Create an interactive JAVA program (A human player vs computer) Tic Tac Toe game
Create an interactive JAVA program (A human player vs computer) Tic Tac Toe game. Follow these instructions for the entire program Explain your program with comment…
Create an interactive JAVA program (A human player vs computer) Tic Tac Toe game
Create an interactive JAVA program (A human player vs computer) Tic Tac Toe game. Follow these instructions for the entire program Must keep the program short and explain with com…
Create an interactive Java program that asks a user for some text of interest an
Create an interactive Java program that asks a user for some text of interest and then displays the first email address found in that text. (This is the basis for one of the progr…
Create an interactive Java program that asks a user for some text of interest an
Create an interactive Java program that asks a user for some text of interest and then displays the first email address found in that text. (This is the basis for one of the progr…
Create an interactive application that prompts the user for data for two College
Create an interactive application that prompts the user for data for two CollegeStudent objects. Prompt the user for first name, last name, enrollment month, enrollment day, and e…
Create an interactive checkerboard web page. The following requirements must be
Create an interactive checkerboard web page. The following requirements must be met: You must use the provided starter HTML, image, CSS, and JavaScript files. The user interface's…
Create an interactive checkerboard web page. The following requirements must be
Create an interactive checkerboard web page. The following requirements must be met: You must use the provided starter HTML, image, CSS, and JavaScript files. You are only allowed…
Create an interactive program with JavaScript and DOM This activity will help yo
Create an interactive program with JavaScript and DOM This activity will help you merge your skills with programming objects such as arrays, with web programs. Program Requirement…
Create an interface MessageEncoder that has a single abstract method encode(plai
Create an interface MessageEncoder that has a single abstract method encode(plainText), where plainText is the message to be encoded. The method will return the encoded message. C…
Create an interface called TicketPrices that sets constants for Child to 5.00, A
Create an interface called TicketPrices that sets constants for Child to 5.00, Adult to 10.00, and Senior to 8.00, Orchestra to 25.00, MainFloor to 15.00, and Balcony to 5.00. Cre…
Create an interface named Nameable that has the following methods: setName and g
Create an interface named Nameable that has the following methods: setName and getName Create an abstract class named Mammal that has an abstract method named makeNoise. Create a …
Create an interface named Shape with the following method signature: double area
Create an interface named Shape with the following method signature: double area Next define classes which implement this interface as follows Circle, with instance data for the r…
Create an interface named Turner, with a single method called turn(). Then creat
Create an interface named Turner, with a single method called turn(). Then create 4 classes: 1- Leaf: that implements turn(), which changes the color of the Leaf object and return…
Create an interface that helps a group of people calculate what each of them owe
Create an interface that helps a group of people calculate what each of them owe for a restaurant meal. Picture listed below. Check please Purpose To review the basics of user int…
Create an interface with the motif look and feel that allows the user to enter a
Create an interface with the motif look and feel that allows the user to enter and record trips taken and store them in a data file on a floppy disk. Fields should include: (start…
Create an intruder alarm with a photoresistor, as many LEDs as you like, one buz
Create an intruder alarm with a photoresistor, as many LEDs as you like, one buzzer, and a button. The board must behave as follows: 1. When the photoresistor senses light, the LE…
Create an inverse demand of P = a – bQ, inverse demand of P = 11 – 2Q. a) Calcul
Create an inverse demand of P = a – bQ, inverse demand of P = 11 – 2Q. a) Calculate the marginal revenue (MR). b) Find the quantity and price which maximize profits when marginal …
Create an invoice that allows the user to manually enter from the keyboard, the
Create an invoice that allows the user to manually enter from the keyboard, the following invoice data: Customer Account ID - (2 Letters followed by 3 digits) Customer Name Displa…
Create an items-for-sale web site. The following requirements must be met: 1. Th
Create an items-for-sale web site. The following requirements must be met: 1. The home page must have a link for a user to register with the site and a link to at least one catego…
Create an items-for-sale web site. The following requirements must be met: 1. Th
Create an items-for-sale web site. The following requirements must be met: 1. The home page must have a link for a user to register with the site and a link to at least one catego…
Create an items-for-sale web site. The following requirements must be met: Can t
Create an items-for-sale web site. The following requirements must be met: Can this be done without CSS? 1. The home page must have a link for a user to register with the site and…
Create an iterated double integral that gives the surface area of the part of th
Create an iterated double integral that gives the surface area of the part of the hyperboloid x2 + y2 - z2 = 1 between z = 0 and Z = 3. Use the parametrization r(Theta,z) = cos Th…
Create an m-file function that takes two input parameters, which are vectors of
Create an m-file function that takes two input parameters, which are vectors of the same length. The output of the function is the inner product (dot product) of the two vectors. …
Create an m-file mydet.m to compute the determinant of a square matrix using rec
Create an m-file mydet.m to compute the determinant of a square matrix using recursion. The function should take as input a matrix A and return its determinant d. Test your code o…
Create an m-file mydftloop.m that takes as input a column vector fk of samples a
Create an m-file mydftloop.m that takes as input a column vector fk of samples and produces as output a column vector Fr of DFT coefficients according to the formula (Note that th…
Create an m-function using the definition of matrix multiplication and for loops
Create an m-function using the definition of matrix multiplication and for loops to compute the product of two matrices. Your function should accept two input matrices, and output…
Create an masm assembly program and assign the values of variables that are decl
Create an masm assembly program and assign the values of variables that are declared BEFORE the array to an array that appears below it. There should be a “flexible” amount of var…
Create an object called ChessBoard. The object should have 2 variables of type i
Create an object called ChessBoard. The object should have 2 variables of type int, count and movecount. Count keeps track of how many chessboard object have been created. Movecou…
Create an object class named circle that contains data fields for the radius and
Create an object class named circle that contains data fields for the radius and PI and constructor that reads radius. Include a toString method to show this circle object. Next c…
Create an object graph to represent your favorite sports team, cast of movie cha
Create an object graph to represent your favorite sports team, cast of movie characters, or any other group of interesting objects. You must use a JavaScript CONSTRUCTOR to define…
Create an object of this deque class and call these methods one by one. Now,Just
Create an object of this deque class and call these methods one by one. Now,Just do one thing, modify your return statement according to this and put these four methods before …
Create an object oriented design of the following system. Your design should inc
Create an object oriented design of the following system. Your design should include classes, attributes, methods, relationships (associations) among the classes. The following br…
Create an object with private attributes(variables) EmpID Hours Rate Wages Then
Create an object with private attributes(variables) EmpID Hours Rate Wages Then create an array of objects using the array class. Write the appropriate accessors, mutators and con…
Create an online contact form for Niagara University’s Admission Office using an
Create an online contact form for Niagara University’s Admission Office using an HTML document with the following textboxes: first, last, street address, city, state, zip, phone, …
Create an online contact form for Niagara University’s Admission Office using an
Create an online contact form for Niagara University’s Admission Office using an HTML document with the following textboxes: name, street address, city, state, zip, phone, email, …
Create an online purchase order form for the U-Built-It Hardware Company. The st
Create an online purchase order form for the U-Built-It Hardware Company. The store offers only expensive high-quality hand tools that are made in Europe. These tools include plan…
Create an online store simulator. It will have three classes: Product, Customer
Create an online store simulator. It will have three classes: Product, Customer and Store. Must implement header files provided (cannot alter headers): Product.hpp #ifndef PRODUCT…
Create an opening statement (affirmative or negative) for one of the resolution
Create an opening statement (affirmative or negative) for one of the resolution choices below: a. Wars have had a greater impact on human expression in the 20th century than the o…
Create an oracle sql procedure for federal income tax the user salary (user_sala
Create an oracle sql procedure for federal income tax the user salary (user_salary) calculates the total income after taxes conditions $0 to $9,225 10% $9,226 to $37,450 $922.50 p…
Create an order form 1. Order Form (Order.html) a. Create a form that allows the
Create an order form 1. Order Form (Order.html) a. Create a form that allows the user manually fill out their order form File Edit View Favonites Tools Help Search Mor Mke Hoghigh…
Create an order form that allows bags to be purchased. There are six different t
Create an order form that allows bags to be purchased. There are six different types: full decorative, beaded, needlepoint design, fringed, fringed beaded, and plain. Create a Lis…
Create an order.php page that will have a form, which takes in: a) Name (text) b
Create an order.php page that will have a form, which takes in: a) Name (text) b) Address (textarea) c) 3 Items. Each item has 2 text input fields: Item 1 : Name and Price Item 2 …
Create an order.php page that will have a form, which takes in: a) Name (text) b
Create an order.php page that will have a form, which takes in: a) Name (text) b) Address (textarea) c) 3 Items. Each item has 2 text input fields: ? Item 1 : Name and Price ? Ite…
Create an ordered linked list As for the style and documentation, please don\'t
Create an ordered linked list As for the style and documentation, please don't return or break from inside a loop. Also, please add lots of comments so that I know what you're doi…
Create an ordered linked list in java: As for the style and documentation, pleas
Create an ordered linked list in java: As for the style and documentation, please don't return or break from inside a loop. Also, please add lots of comments so that I know what y…