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

Browse C

Alphabetical listing with fast deep pagination.
81169 items • Page 1450 / 1624

All 0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Create the following classes: 1. class Student that includes the following insta
Create the following classes: 1. class Student that includes the following instance variables: private int ID; private double GPA; Student left; Student right; Your class should h…
Create the following file as sed.lab: unix is great os. unix is opensource. unix
Create the following file as sed.lab: unix is great os. unix is opensource. unix is free os. learn operating system. unixlinux which one you choose. 1. Replace ‘unix’ with ‘linux’…
Create the following file structure in midtermuser\'s home directory this/is/a/f
Create the following file structure in midtermuser's home directory this/is/a/file/for/my/midterm Copy the my_midterm file to the path created in step 1, the file is located in/op…
Create the following file structure in midtermuser\'s home directory this/is/a/f
Create the following file structure in midtermuser's home directory this/is/a/file/for/my/midterm Copy the my_midterm file to the path created in step 1, the file is located in/op…
Create the following for the code below: RUBY CODE Part one is complete. Part tw
Create the following for the code below: RUBY CODE Part one is complete. Part two: Create the ruby code that define a method starts_with_consonant?(s) that takes a string and retu…
Create the following functions a. A default Constructor that sets the complex nu
Create the following functions a. A default Constructor that sets the complex number to 0 b. Constructor that takes a single double for the real part of complex number and sets th…
Create the following functions in MATLAB: function D=inverses(A) which takes as
Create the following functions in MATLAB: function D=inverses(A) which takes as an input annex matrix A. First, the function has to determine whether A is invertible (you may want…
Create the following functions in MATLAB: function D=inverses(A) which takes as
Create the following functions in MATLAB: function D=inverses(A) which takes as an input an n x n matrix A. First, the function has to determine whether A is invertible (you may w…
Create the following functions, based off the sample code below: count - return
Create the following functions, based off the sample code below: count - return the number of elements in the list countr - return the number of elements in the list, but recursiv…
Create the following game, using the code template given. This is a variation on
Create the following game, using the code template given. This is a variation on "Snake" See: https://en.wikipedia.org/wiki/Snake_(video_game) "U" is you, the player; you always s…
Create the following graphical user interface (GUI) using JavaFX. Please note th
Create the following graphical user interface (GUI) using JavaFX. Please note there will be NO FUNCTIONALITY in this GUI. It is ONLY the display. Nothing will happen when you clic…
Create the following graphics dice program. DiceHW5Example.png The user will be
Create the following graphics dice program. DiceHW5Example.png The user will be "throwing" 5 dice. They will "throw" each of the 5 dice by clicking on their respective outlined ar…
Create the following graphics dice program. The user will be \"throwing\" 5 dice
Create the following graphics dice program. The user will be "throwing" 5 dice. Then they will "throw" each of the 5 dice by clicking on their respective outlined areas. When clic…
Create the following html file The top table contains text boxes. The bottom tab
Create the following html file The top table contains text boxes. The bottom table contains <div> elements for displaying output. After the bottom table, there is a <div&…
Create the following in JAVA and submit it in a word file. Please make it output
Create the following in JAVA and submit it in a word file. Please make it output in the same format as the example output at the bottom! Create a class NewTree with the following:…
Create the following in LC-3 assmebly language. DO NOT USE JSR INSTRUCTION. The
Create the following in LC-3 assmebly language. DO NOT USE JSR INSTRUCTION. The program must start at address x3000. Here's how the program must behave: The program prints ">",…
Create the following in Swift code. C reate a class called StockHolding to repre
Create the following in Swift code. Create a class called StockHolding to represent a stock that you have purchased. It will be a subclass of NSObject. For instance variables, it …
Create the following in the Client class: a public method called totalCoverage()
Create the following in the Client class: a public method called totalCoverage() which returns a float containing the total amount of coverage of all the client's policies. a publ…
Create the following matrices in MATLAB: A= [15 322; 3 85; 14 3 82] B=[1 5 6]\'
Create the following matrices in MATLAB: A= [15 322; 3 85; 14 3 82] B=[1 5 6]' C = [12 18 52] Create a matrix called D from the third column of matrix A. Display the result. Combi…
Create the following matrices, and use them in the exercises that follow: A = B
Create the following matrices, and use them in the exercises that follow: A = B = [1 5 6] C = [12 18 5 2] Create a matrix D from the third column of matrix A Combine matrix B and …
Create the following matrix M: M= Use the matrix M to: Create a five element row
Create the following matrix M: M= Use the matrix M to: Create a five element row vector named MatA that contains the elements of the second row of M. Create a three element row ve…
Create the following matrix “mat” in R 1.0 0.5 0.1 0.1 0.1 1.0 0.1 0.1 0.1 0.1 1
Create the following matrix “mat” in R 1.0 0.5 0.1 0.1 0.1 1.0 0.1 0.1 0.1 0.1 1.0 0.1 0.1 0.1 0.1 1.0 Rename rows to R1, R2, R3, and R4. Change the element at row 2 and column 4 …
Create the following object literals: Create an object called car with the prope
Create the following object literals: Create an object called car with the properties make(string), model(string),year(number). Create an object called animal with the properties …
Create the following problems In MATLAB editor, each problem in a separate m fil
Create the following problems In MATLAB editor, each problem in a separate m file Make sure to have the proper comands for clearing the Comand Window as well as the variables memo…
Create the following program in C++ A shipping company calculates charges based
Create the following program in C++ A shipping company calculates charges based on parcel's weight and distance to be shipped. The weight charges are: 0 to 10 pounds - > $0.75 …
Create the following program in Visual Studio in C. Write a small program that c
Create the following program in Visual Studio in C. Write a small program that calculates the sum and the difference of two integers with three user-defined functions: //takes two…
Create the following program in the LC-3 Assembly Language: All procedures are t
Create the following program in the LC-3 Assembly Language: All procedures are to restore all used registers upon returning Your program should do the following: Print your class …
Create the following program using C++ Problem 2: Modify Program 8-33, pages 582
Create the following program using C++ Problem 2: Modify Program 8-33, pages 582, 583 (30 points) Create a program proj4_2.cpp using as starting point the program 8-33 from pages …
Create the following program using C++ Problem 2: Textbook #7, Inventory Class,
Create the following program using C++ Problem 2: Textbook #7, Inventory Class, page 501 (50 points) HINT: to test Inventory class follow the instruction from the attached file, I…
Create the following program using C++ This following is the example of a partia
Create the following program using C++ This following is the example of a partially filled array (page 536) of type integer numbers.txt (click to download) a The file can contain …
Create the following program using C++ Write a program proj3_l.cpp that reads fr
Create the following program using C++ Write a program proj3_l.cpp that reads from user the length in feet and inches into two separate variables. Then, your program should conver…
Create the following program using java, or anything to compare what i have been
Create the following program using java, or anything to compare what i have been doing. Thanks Write a program that accepts 9 values from the user in the range of 1 to 9. Store th…
Create the following program using java, or anything to compare what i have been
Create the following program using java, or anything to compare what i have been doing. Thanks Name:String -email:String -gender:char +Author(name:String, email:String, gender:cha…
Create the following program using the LC-3 assembly language : The main body of
Create the following program using the LC-3 assembly language: The main body of your program should do the following: Print your class template Ask the user to input a number 0-9 …
Create the following queries on the ITCO630_A database used in Unit 3 and save t
Create the following queries on the ITCO630_A database used in Unit 3 and save them all in a file called ITCO630_P5.SQL. Please note that you can execute individual queries in a q…
Create the following queries. Name of query is given in ( ) at beginning of quer
Create the following queries. Name of query is given in ( ) at beginning of query. (AllProducts) List all products in inventory. For each product, list number, name, location, and…
Create the following queries: a. List the names of employees who have arranged f
Create the following queries: a. List the names of employees who have arranged for monthly premiums to be deducted by their employer Baby Back Ribs. Name this query Q1 b. How many…
Create the following simple StoreTestProgram class: public class StoreTestProgra
Create the following simple StoreTestProgram class: public class StoreTestProgram {public static void main(String args[]) {Customer[] result; Store walmart; walmart = new Store('W…
Create the following simplified Customer class: public class Customer {String na
Create the following simplified Customer class: public class Customer {String name; int char float age; gender; money;//A simple constructor public Customer(String n, int a, char …
Create the following statistical report for the HR department. Include the depar
Create the following statistical report for the HR department. Include the department name, the job title and the total salary for every job within a department for those departme…
Create the following tables and add primary key constraint to students and cours
Create the following tables and add primary key constraint to students and courses tables. Table Name: students Id Name birth gpa Grad 1 Anderson 1987-10-2 3.9 2009 2 Jones 1990-0…
Create the following tables. The underlined bold column names are the primary ke
Create the following tables. The underlined bold column names are the primary keys. Make sure to specify the primary and foreign key constraints in your create table statements. c…
Create the following tables: student ( sid , sname, sex, age, year, gpa) dept (
Create the following tables: student (sid, sname, sex, age, year, gpa) dept (dname, numphds) prof (pname, dname) course (dname, cno, cname) major (dname, sid) section (dname, cno,…
Create the following three classes : CafeDemo put it in a package named cafecom
Create the following three classes: CafeDemo put it in a package named cafecom public class CafeDemo {     public static void main(String[] args) {      CoffeeCup cupOne = new Cof…
Create the following three matrices: A = [1 -3 5 2 2 4 -2 0 6] B = [0 -2 1 5 1 -
Create the following three matrices: A = [1 -3 5 2 2 4 -2 0 6] B = [0 -2 1 5 1 -6 2 7 -1] C = [-3 4 1 0 8 2 -3 5 3] (a) Calculate A + B and B + A to show that addition of matrices…
Create the following two methods in java. You will need to have SearchCourse as
Create the following two methods in java. You will need to have SearchCourse as part of your code for Drop Course. Courses are in the form of "ABC123" with no space inbetween Publ…
Create the following two row vectors: d = [6 - 1 4 0 -2 5], and e = [7 5 9 0 1 3
Create the following two row vectors: d = [6 - 1 4 0 -2 5], and e = [7 5 9 0 1 3]. Use the two vectors in a MATLAB command to create a 3 times 3 matrix such that the first row con…
Create the following user defined functions in Python: a. User defined function
Create the following user defined functions in Python: a. User defined function to determine the middle character of a string. middle character of "Peter" is "t" middle character …
Create the following views using the Where clause; Do not use joins! 12. List th
Create the following views using the Where clause; Do not use joins! 12. List the books that each patron currently has checked out with the patron number, patron name, telephonenu…
Create the following views using the Where clause; Do not use joins! 16. List al
Create the following views using the Where clause; Do not use joins! 16. List all books that patrons are waiting for with the book number, title, patron number, name, and branchna…