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 1418 / 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 a program called Initializers.java to practice creating and initializing
Create a program called Initializers.java to practice creating and initializing or setting the values in an int array, and accessing elements in that array in main: Declare and in…
Create a program called IntegerBag and copy the code from the IntegerSet into it
Create a program called IntegerBag and copy the code from the IntegerSet into it (but keep the IntegerSet). Modify the add() method to allow duplicates (we're taking it back to th…
Create a program called MyAtm. This program will have a minimum of three classes
Create a program called MyAtm. This program will have a minimum of three classes. The driver class: This class will control the flow of the program. The ATM class: This class will…
Create a program called NumberArray.java OUTPUT: What size array would you like?
Create a program called NumberArray.java OUTPUT: What size array would you like?: 3 Printing Single Diminsion Array Values Array Value [0] = 200 Array Value [1] = 300 Array Value …
Create a program called PhraseCounter that counts the number of times a particul
Create a program called PhraseCounter that counts the number of times a particular phrase in a body of text. The user will enter the text line by line, ending with a blank line. T…
Create a program called RunStudent.java. My program would be ConwayRunStudent.ja
Create a program called RunStudent.java. My program would be ConwayRunStudent.java and my class name would be ConwayRunStudent. All the input from the user should be from the comm…
Create a program called TennisWinPercentArray.java. In the main method • Ask the
Create a program called TennisWinPercentArray.java.   In the main method • Ask the user for the name of a tennis player • Ask the user for the number of years the tennis player ha…
Create a program called TimesTable java. My program would be ConwayTimesTable.ja
Create a program called TimesTable java. My program would be ConwayTimesTable.java and my class name would be Conway Times Table Write a program that contains a nested for loop th…
Create a program called \"Testl.java\" that should have a main method that does
Create a program called "Testl.java" that should have a main method that does the following creates a new ArrayList that will hold dates -Tell your ArrayList to add(a new date tha…
Create a program called arrays.c that does the following: The absolute frequency
Create a program called arrays.c that does the following: The absolute frequency of a character is the number of times the character appears. For example, in the string "aaab" the…
Create a program called arrays.c that does the following: The absolute frequency
Create a program called arrays.c that does the following: The absolute frequency of a character is the number of times the character appears.  For example, in the string "aaab" th…
Create a program called dataExercise.c that declares the following variables and
Create a program called dataExercise.c that declares the following variables and displays their values: Declare a string variable with the value "Hello World! I am a string", and …
Create a program called structs.c that does the following: typedef struct { char
Create a program called structs.c that does the following: typedef struct {    char firstName[30];    char lastName[30];    char street[35];    char city[20];    char state[3];   …
Create a program capable of archiving the contents of a directory into a single
Create a program capable of archiving the contents of a directory into a single file, much like tar does. You will write a makefile that compiles your program into an executable n…
Create a program company has determined that for every 115 square feet of wall s
Create a program company has determined that for every 115 square feet of wall space, one gallon of paint and eight hours of labor will be required. The company charges $18.00 per…
Create a program for NASM that calculates the following expression: answer = (A
Create a program for NASM that calculates the following expression: answer = (A + B) - (C + D) The answer must be stored in a variable of the correct data type given your data ( A…
Create a program for a chronometer using an arduino, push button, 4 digit 7 segm
Create a program for a chronometer using an arduino, push button, 4 digit 7 segment display.This chronometer must start at 00.00 and when the push button is press it must start co…
Create a program for a student to keep determine their GPA based on the grades s
Create a program for a student to keep determine their GPA based on the grades students receive. You will ask the user for their name, and to enter the names of classes, units per…
Create a program for a zookeeper monitoring system using two classes . One to be
Create a program for a zookeeper monitoring system using two classes. One to be used to determine what the user wants to do, monitor animals or habitats. The other to read the fil…
Create a program for managing an employee database. The required functionality i
Create a program for managing an employee database. The required functionality is: 1) An Employee class, with the following methods and attributes: Data members: firstName (String…
Create a program in C language that is an example of an array of structs. It wil
Create a program in C language that is an example of an array of structs. It will show -->> First_name, Last_name Address, city, state, zip code I started the program off li…
Create a program in C using Xv6 O.S. where: 1. The program reads lines of a file
Create a program in C using Xv6 O.S. where: 1. The program reads lines of a file and then prints out all of the lines of the file MINUS consecutive lines that are duplicates of on…
Create a program in C with a function \"factorial\" using the code given to you
Create a program in C with a function "factorial" using the code given to you in the book for recursively creating a factorial sequence 6-25. You need to write main program which …
Create a program in C# 1. Create an abstract class “Student.cs”. o 3 public stri
Create a program in C# 1. Create an abstract class “Student.cs”. o 3 public string data members: firstName, lastName, studentID. o  Create a constructor to initialize each data me…
Create a program in C# that has 2 multiple choice questions. ALL the following r
Create a program in C# that has 2 multiple choice questions. ALL the following requirements must be included. 1. Users have two attempts only, show attempt number each time. Use w…
Create a program in C# that has 2 multiple choice questions. The following requi
Create a program in C# that has 2 multiple choice questions. The following requirements must be included. 1. Users have two attempts only, show attempt number each time. Use while…
Create a program in C# that will assist a user in learning multiplication. Use a
Create a program in C# that will assist a user in learning multiplication. Use a random object to produce two positive one-digit integers. The program should then prompt the user …
Create a program in C#, for The Cactus Cantina named FoodOrder that accepts a us
Create a program in C#, for The Cactus Cantina named FoodOrder that accepts a user’s choice from the options shown in the accompanying table. Allow the user to enter either an int…
Create a program in C++ in Microsoft Visual Studio 2010 that simulates a vending
Create a program in C++ in Microsoft Visual Studio 2010 that simulates a vending machine. Allow the user to enter the price of the item in the vending machine. Assume that the pri…
Create a program in C++ in netbeans that simulates a simple contact manager appl
Create a program in C++ in netbeans that simulates a simple contact manager application given the following requirements: 1. The program is to store individual names and associate…
Create a program in C++ in netbeans that simulates a simple contact manager appl
Create a program in C++ in netbeans that simulates a simple contact manager application given the following requirements: 1. The program is to store individual names and associate…
Create a program in C++ that compares text files and calculates their similarity
Create a program in C++ that compares text files and calculates their similarity by word. The user will be prompted to list as many text files as they like (3, 18, 2345, etc), all…
Create a program in C++ that does : Implement a class person with the following
Create a program in C++ that does : Implement a class person with the following fields: The nam A pointer to the persons best friend A popularity counter that indicates how many p…
Create a program in C++ that does the following: 1.Fill array with user input 2.
Create a program in C++ that does the following: 1.Fill array with user input 2.Presents the user a menu where they choose between: a.Fill array with user input b.Display array c.…
Create a program in C++ to encode and decode a message input by the user. 1. Let
Create a program in C++ to encode and decode a message input by the user. 1. Let the user input a message which will consist of a string or an array of characters. 2. Save the ori…
Create a program in C++ using the simplest code posssible that will read data fr
Create a program in C++ using the simplest code posssible that will read data from a file to fill a two dimensional array, output the array and determine the sum of each column an…
Create a program in C++, Just one program, Please, that accomplishes the require
Create a program in C++, Just one program, Please, that accomplishes the requirements of problems 1 and 2. A movie Data and Movie profits. thank you so much in advance, really stu…
Create a program in C++, which rolls two die and keeps track of the frequency of
Create a program in C++, which rolls two die and keeps track of the frequency of each possible roll combination. Note that dice1 can have rolls of 1..6 and dice2 can have rolls of…
Create a program in HTML and event driven JavaScript where the user can plug in
Create a program in HTML and event driven JavaScript where the user can plug in where he's flying from to where he's arriving to and he can select from the array you made in JavaS…
Create a program in JAVA to prompt the user for an employee number, hours worked
Create a program in JAVA to prompt the user for an employee number, hours worked in a week. Then the program will compute the gross pay for the employee based on a $10.00 an hour …
Create a program in JAVASCRIPT that stores information about vehicles in an obje
Create a program in JAVASCRIPT that stores information about vehicles in an object. The properties to be stored should include Make, Model, Year, and Color. Write code that will d…
Create a program in Java (GUI) to keep track of vehicle tire purchases. The prog
Create a program in Java (GUI) to keep track of vehicle tire purchases. The program will store data about the vehicle, the tire manufacturer and size, quantity purchased, the date…
Create a program in Java for the TrafficLight class using a simple counter that
Create a program in Java for the TrafficLight class using a simple counter that is advanced in each call to next. If the traffic light was initially green, the counter has values …
Create a program in Java that converts Celsius to Fahrenheit and Fahrenheit to C
Create a program in Java that converts Celsius to Fahrenheit and Fahrenheit to Celsius and displays as a table on the console as shown in the sample output below. Remember to use …
Create a program in Java that does the following: 1) Creates an array \"student_
Create a program in Java that does the following: 1) Creates an array "student_gpa" of size 10 and contains the current GPA of 10 students (assume the GPA is in the range 0-4). 2)…
Create a program in Java that has the following functions: add: which takes 2 in
Create a program in Java that has the following functions: add: which takes 2 input numbers and computes their sum subtract: which takes 2 input numbers and performs their subtrac…
Create a program in Java that has the following functions: add: which takes 2 in
Create a program in Java that has the following functions: add: which takes 2 input numbers and computes their sum subtract: which takes 2 input numbers and performs their subtrac…
Create a program in Java that has the following functions: add: which takes 2 in
Create a program in Java that has the following functions: add: which takes 2 input numbers and computes their sum subtract: which takes 2 input numbers and performs their subtrac…
Create a program in Java that reads in a 8-bit String, must be read in as such.
Create a program in Java that reads in a 8-bit String, must be read in as such. Then convert that string of 1's and 0's to decimal as if it were encoded using the following repres…
Create a program in Matlab with the following parameters. To see the effects of
Create a program in Matlab with the following parameters. To see the effects of aliasing on a 1kHz cosine signal create an over-sampled(sampling rate>>2B, B: the bandwidth o…