Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1433 / 1624
Create a table: Studies show that 15% of people who test drive a new car, willev
Create a table: Studies show that 15% of people who test drive a new car, willeventually buy that model. Suppose that 5 people try a particularmodel of new car. Show the probabili…
Create a template class for hashtable. If the user does not specify a size in th
Create a template class for hashtable. If the user does not specify a size in the constructor then the default size of 20 will be used. In each slot you store a linkedlist of key-…
Create a template class for hashtable. If the user does not specify a size in th
Create a template class for hashtable. If the user does not specify a size in the constructor then the default size of 20 will be used. In each slot you store a linkedlist of key-…
Create a templated RING class in C++ with functions for inserting and deleting d
Create a templated RING class in C++ with functions for inserting and deleting data, and a function that displays the contents of the ring. Write a driver in C++ that inserts 50 u…
Create a templated class with the name “Student” that will act as a container ad
Create a templated class with the name “Student” that will act as a container adapter. The class will have the following properties: 1. Student name: as std::string. (private) 2. …
Create a term paper (2,000-2,500 words) on any topic related to social psycholog
Create a term paper (2,000-2,500 words) on any topic related to social psychology that interests you. The assignment must include at least eight sources, four of those with public…
Create a term paper (2,000-2,500 words) on any topic related to social psycholog
Create a term paper (2,000-2,500 words) on any topic related to social psychology that interests you. The assignment must include at least eight sources, four of those with public…
Create a term paper (2,000-2,500 words) on any topic related to social psycholog
Create a term paper (2,000-2,500 words) on any topic related to social psychology that interests you. The assignment must include at least eight sources, four of those with public…
Create a test class. It will read in students\' info from a file. The first line
Create a test class. It will read in students' info from a file. The first line of the file contains a number indicating how many students information are specified in the file. A…
Create a test plan for a method that tests whether an array of characters is a p
Create a test plan for a method that tests whether an array of characters is a palindrome. A palindrome is a sequence of characters that can be read the same forwards as well as b…
Create a test table called Emp2 that is similar to the Worker table Use CREATE T
Create a test table called Emp2 that is similar to the Worker table Use CREATE TABLE Emp2 AS SELECT * FROM Worker). a. Write a procedure called add_any_emp to insert values into y…
Create a test user and associated policies and test scenarios to audit the test
Create a test user and associated policies and test scenarios to audit the test user against the following privileges (available in the system_privilege_map Oracle 12C object): 1.…
Create a text based snake game in Java without Spring or Jpanel. Will have three
Create a text based snake game in Java without Spring or Jpanel. Will have three files (SnakeGame, SnakeBoard, & Position). The snake moves around the board until it runs into…
Create a text file called t1_input.txt and it should contain the following data:
Create a text file called t1_input.txt and it should contain the following data: kscrivnor:1001:wheel, admin:/home/kscrivnor shamilton:1002:staff:/home/shamilton lmoody: 1003:staf…
Create a text file containing the following data (without the headings) or use t
Create a text file containing the following data (without the headings) or use the pay .dat file provided on this book's Web site. Write a C++ program that uses the information in…
Create a text file from a source on the Internet (i.e. song lyrics, article, poe
Create a text file from a source on the Internet (i.e. song lyrics, article, poem, etc.) Prompt the user for the filename, then open the file. Remember to use/instead of . For exa…
Create a text file in C++. Write at least 20 words in 4 to 5 sentences into the
Create a text file in C++. Write at least 20 words in 4 to 5 sentences into the file. Then Capitalise the first letter of every word and store it in a new file. Then print both t…
Create a text file in your usual directory called \"data.txt\" containing the fo
Create a text file in your usual directory called "data.txt" containing the following numbers, one per line: 35.3, 17.4, 34.9, 44, 36.1, 34.75, 38.3, 40, 35.05, 47, 34.97, 35. In …
Create a text file named first.txt and write your first name in the file. You wi
Create a text file named first.txt and write your first name in the file. You will be reading the name of the file from the keyboard as a string, using the string class. Your prog…
Create a text file named info.dat containing the following data (without the hea
Create a text file named info.dat containing the following data (without the headings): Maybell 555-34-9081 12.31 Kendal 555-10-2910 14.34 Quan 555-79-0385 …
Create a text file named string.js and enter the Capitalize function into that f
Create a text file named string.js and enter the Capitalize function into that file. Then modify your strdemo.html page so that it loads this library file. When the button in the …
Create a text file named “IS study plan.txt” using Word or Notepad to include th
Create a text file named “IS study plan.txt” using Word or Notepad to include the following data: MGT201 Principles of Management MATH206 Selected Topics in Mathematics MATH203 CS…
Create a text file named “input.txt” containing student data, which has the foll
Create a text file named “input.txt” containing student data, which has the following attributes separated by comma (,): Student_Id, student_name, gender, grade. The input file mu…
Create a text file named “input.txt” containing student data, which has the foll
Create a text file named “input.txt” containing student data, which has the following attributes separated by comma (,): Student_Id, student_name, gender, grade. The input file mu…
Create a text file named “pets.txt” with 10 pets. The format is the same format
Create a text file named “pets.txt” with 10 pets. The format is the same format used in the original homework problem. Each line in the file should contain: · pet name (Str…
Create a text file named “pets.txt” with 10 pets. The format is the same format
Create a text file named “pets.txt” with 10 pets. The format is the same format used in the original homework problem. Each line in the file should contain: · pet name (Str…
Create a text file that contains ten Person objects where each object is represe
Create a text file that contains ten Person objects where each object is represented on a separate line with each attribute separated by a comma. Create a method that reads from t…
Create a text file that contains ten Person objects where each object is represe
Create a text file that contains ten Person objects where each object is represented on a separate line with each attribute separated by a comma. Create a method that reads from t…
Create a text file that contains ten Person objects where each object is represe
Create a text file that contains ten Person objects where each object is represented on a separate line with each attribute separated by a comma. Create a method that reads from t…
Create a text file that contains ten Person objects where each object is represe
Create a text file that contains ten Person objects where each object is represented on a separate line with each attribute separated by a comma. Create a method that reads from t…
Create a text file that stores a First name, a last name, and an age, one record
Create a text file that stores a First name, a last name, and an age, one record per line. The C program will read a line of text from this file and then create a structure (what …
Create a text file that stores a list of user names and their associated passwor
Create a text file that stores a list of user names and their associated passwords. Write a Java program that will ask a user to enter their username and password and compares aga…
Create a text file using Notepad or any other application that saves as a text f
Create a text file using Notepad or any other application that saves as a text file format. Save this file to the root folder of your NetBeans project as employees.txt. In this fi…
Create a text file, Final.txt that contains 24 student grades on a final exam. E
Create a text file, Final.txt that contains 24 student grades on a final exam. Each number must be entered on line at a time: 78,67,56,99,80,83,82,91,94,95,77,88,85,92,91,79,88,82…
Create a text file, compile, and execute through the command line. Use the sizeo
Create a text file, compile, and execute through the command line. Use the sizeof() method to create a program that will output the size char, int, short int, long int, float, dou…
Create a text-based, menu-driven program that allows the user to choose whether
Create a text-based, menu-driven program that allows the user to choose whether to add, subtract, multiply or divide two numbers. The program should then input two double values f…
Create a thoughtful Mission, Vision and Value Statement (s) for Sunrise Nursing
Create a thoughtful Mission, Vision and Value Statement (s) for Sunrise Nursing Home. The Sundown Nursing Home is a long-term care facility and Assisted Living campus that celebra…
Create a tic tac toe GUI object. a) There should be a text box (look up JTextFie
Create a tic tac toe GUI object. a) There should be a text box (look up JTextField). When the game starts, the text field should say "would you like to play tic tac toe?" There sh…
Create a time trial program to compare the average execution times of the Formul
Create a time trial program to compare the average execution times of the Formula Node and the native LabVIEW Math Functions. This program will rquire a For Loop, a Flat Sequence …
Create a time trial program to compare the average execution times of the \"Form
Create a time trial program to compare the average execution times of the "Formula Node" and the native LabVIEW Math Function. This program will require a For Loop, a Flat Sequenc…
Create a time value of money Excel spreadsheet for the following two investments
Create a time value of money Excel spreadsheet for the following two investments: A. Initial investment ($100,000); Forecasts: Year 1 payback ($25,000); Year 2 payback ($25,000); …
Create a timer program IN ASSEMBLY LANGUAGE that will output a timed statement o
Create a timer program IN ASSEMBLY LANGUAGE that will output a timed statement of a number of seconds. That is, it will put out a phrase “X seconds,” for an interval from one to t…
Create a to do list that manages tasks in a list. Implement it using the LinkedL
Create a to do list that manages tasks in a list. Implement it using the LinkedList API. (You may import ArrayList or List, but please do not import any other packages.) In partic…
Create a to do list that manages tasks in a list. Implement it using the LinkedL
Create a to do list that manages tasks in a list. Implement it using the LinkedList API. (You may import ArrayList or List, but please do not import any other packages.) See the T…
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments:
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments: The first will be a grammar specification and the second will be a file to tokenize. Tokenize the …
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments:
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments: The first will be a grammar specification and the second will be a file to tokenize. Tokenize the …
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments:
Create a tokenizer in Ruby. Your tokenizer will take two command line arguments: The first will be a grammar specification and the second will be a file to tokenize. Tokenize the …
Create a tool to count how many of each letter there are, and print both a table
Create a tool to count how many of each letter there are, and print both a table and a graph of the counts. Read in a stream of text UNTIL YOU ENCOUNTER END OF FILE (EOF). DO NOT …
Create a transportation logistics system that allows a user to enter a city to c
Create a transportation logistics system that allows a user to enter a city to city connection and their prices. Your system should allow a user to enter two cities and should ret…
Create a trigger called EMP_MIN_SAL_TRG on the EMPLOYEE table. When an INSERT or
Create a trigger called EMP_MIN_SAL_TRG on the EMPLOYEE table. When an INSERT or UPDATE statement is issued against the EMPLOYEE table, the trigger is fired to ensure that the val…