Browse C
Alphabetical listing with fast deep pagination.
81169 items • Page 1366 / 1624
Create & write a multiple choice question similar to the follwing \"which test\"
Create & write a multiple choice question similar to the follwing "which test" question: Dr. Lawson wants to know if blood pressure changes in relation to lying versus being h…
Create (fill-in) the following 2 functions use c++ language 1. Crypto(string) -
Create (fill-in) the following 2 functions use c++ language 1. Crypto(string) - Class constructor which accepts a string password to be used in all encryption and decryption for t…
Create (fill-in) the following 6 functions 1. Crypto(string) - Class constructor
Create (fill-in) the following 6 functions 1. Crypto(string) - Class constructor which accepts a string password to be used in all encryption and decryption for these other functi…
Create (fill-in) the following 6 functions use c++ language 1. Crypto(string) -
Create (fill-in) the following 6 functions use c++ language 1. Crypto(string) - Class constructor which accepts a string password to be used in all encryption and decryption for t…
Create (fill-in) the following 6 functions use c++ language 1. Crypto(string) -
Create (fill-in) the following 6 functions use c++ language 1. Crypto(string) - Class constructor which accepts a string password to be used in all encryption and decryption for t…
Create (fill-in) the following 8 functions in stats.cpp. Be sure to create at le
Create (fill-in) the following 8 functions in stats.cpp. Be sure to create at least 4 unit tests for each function for a total of at least 32 tests. arrSum - Given an int array an…
Create (fill-in) the following functions. Some member functions have already bee
Create (fill-in) the following functions. Some member functions have already been created. 1. Line(a, b).- This is a constructor with initial data with two given structs. 2. getFi…
Create (fill-in) the following functions. Some member functions have already bee
Create (fill-in) the following functions. Some member functions have already been created. 1. Line(a, b).- This is a constructor with initial data with two given structs. 2. getFi…
Create (fill-in) the following functions. Some member functions have already bee
Create (fill-in) the following functions. Some member functions have already been created. There were six functions before the function 'isHorizontal()', and I already finished th…
Create (fill-in) the following functions. Some member functions have already bee
Create (fill-in) the following functions. Some member functions have already been created. There were six functions before the function 'isHorizontal()', and I already finished th…
Create 10 questions that you think would especially support identifying the KSAs
Create 10 questions that you think would especially support identifying the KSAs of the candidates for this position. Think about what the KSAs would be for the job you selected, …
Create 15 open-ended critical incident interview questions using CTI methodology
Create 15 open-ended critical incident interview questions using CTI methodology described in Using the Critical Incident Technique in Counselling Psychology Research," by Butterf…
Create 2 Java files: 1. Account.java - Base class definition for a bank account
Create 2 Java files: 1. Account.java - Base class definition for a bank account 2. AccountClient.java Specifications for the Account class: Specifications for the Client program:…
Create 2 classes, WrapperShallow and WrapperDeep. Each class is a wrapper class
Create 2 classes, WrapperShallow and WrapperDeep. Each class is a wrapper class that holds a private array variable. int [] a; The default constructor for each class should initia…
Create 2 int variables ( int1 and int2 ), an int pointer variable ( pInt ), and
Create 2 int variables (int1 and int2), an int pointer variable (pInt), and a pointer to an int pointer (ppInt). Set int1 to 10. Set pInt to point to int1 (i.e. set pInt to int1's…
Create 2 programs defined in files slow.cpp and fast.cpp . In slow.cpp , generat
Create 2 programs defined in files slow.cpp and fast.cpp. In slow.cpp, generate a random vector of size 100,000 and pass it to your sorting algorithm. Run the program and observe …
Create 2 separate databases from the 2 ER diagrams below. All data needs to be i
Create 2 separate databases from the 2 ER diagrams below. All data needs to be included to create the databases and tables to include foreign and primary key contraints. The title…
Create 2 text files each holding a 3x3 array ofnumbers. Your program should read
Create 2 text files each holding a 3x3 array ofnumbers. Your program should read them in , perform a matrixmultiplication and save to a new text file. Matrix(File1) …
Create 2 text files each holding a 3x3 array ofnumbers. Your program should read
Create 2 text files each holding a 3x3 array ofnumbers. Your program should read them in , perform a matrixmultiplication and save to a new text file. Matrix(File1) …
Create 2 two-page (500-word) speeches contrasting the viewpoints of a moral rela
Create 2 two-page (500-word) speeches contrasting the viewpoints of a moral relativist and a moral absolutist Step 1 Read the facts. In Malaysia, a person is beaten with a rattan …
Create 2-D array say m : ask the user to input row and column sizes from keyboar
Create 2-D array say m : ask the user to input row and column sizes from keyboard (use Scanner) Assuming that the last digit of your panth number is N, if the user input column si…
Create 3 arrays of 5 elements of double type. Then use fscanf( ) with a for loop
Create 3 arrays of 5 elements of double type. Then use fscanf( ) with a for loop to fill the first array. Use hardcoding method as indicated in the class notes to fill the seconda…
Create 3 arrays of 5 elements of doubletype. Then use fscanf( ) with a for loop
Create 3 arrays of 5 elements of doubletype. Then use fscanf( ) with a for loop to fill the firstarray. Use hard coding method as indicated in the class notes tofill the second ar…
Create 3 classes (1 parent and 2 children) similar to the one in Exercise 1 and
Create 3 classes (1 parent and 2 children) similar to the one in Exercise 1 and a program where you create objects for all 3 of them and run methods. Below is Exercise 1 that is r…
Create 3 classes Person name (String) address (String) city (String) Employee de
Create 3 classes Person name (String) address (String) city (String) Employee department (String) j…
Create 3 classes called Circle, Rectangle, Sphere with attributes . Create class
Create 3 classes called Circle, Rectangle, Sphere with attributes. Create classes named TestCircle, TestRectange whose main() method declares several objects. Use the setRadius() …
Create 3 classes: 1. SimpleClock - two member variables - time and hour a. 3 con
Create 3 classes: 1. SimpleClock - two member variables - time and hour a. 3 constructors i. no arguments - represents midnight, 00:00 ii. one argument - hour iii. two arguments -…
Create 3 html and 3 corresponding css pages with the following specifications. A
Create 3 html and 3 corresponding css pages with the following specifications. All pages should contain Titles and subtitles, links to other pages. Use good colors and fonts and a…
Create 3 shell scripts, one for each of the following tasks. Put each one in a n
Create 3 shell scripts, one for each of the following tasks. Put each one in a new file, and name them ‘script1.sh’, ‘script2.sh’, and ‘script3.sh’. Make sure to run the command ‘…
Create 4 inserts per table. CREATE TABLE department ( dep_Id int NOT NULL, depar
Create 4 inserts per table. CREATE TABLE department ( dep_Id int NOT NULL, depart_Name varchar(255) NOT NULL, manager varchar(255), PRIMARY KEY (dep_ID_)); CREATE TABLE employee (…
Create 4-6 discrete numbers. Create a probability for each number (making sure y
Create 4-6 discrete numbers. Create a probability for each number (making sure you obey the rules of probability). Find the mean and standard deviation for your set of discrete nu…
Create 4-6 discrete numbers. Create a probability for each number (making sure y
Create 4-6 discrete numbers. Create a probability for each number (making sure you obey the rules of probability). Find the mean and standard deviation for your set of discrete nu…
Create 5 operation contracts for the scenarios captured by the use cases develop
Create 5 operation contracts for the scenarios captured by the use cases developed below. The mobile attendance app will be developed for school/college faculty so that instructor…
Create 5 year (2018-2022) projection for Yamaha Motor Corp (YAMHF), using the in
Create 5 year (2018-2022) projection for Yamaha Motor Corp (YAMHF), using the information below: Please explain how you obtained your info. Year ROE% Sales (MM) OPM% ROI% Leverage…
Create A Menu Using Both Baseball Class And Team Info Class Asking User to Choos
Create A Menu Using Both Baseball Class And Team Info Class Asking User to Choose From 1.Add Player 2.Update Player 3.Show Player Stats 4.Show All Player Stats 5.Quit When i type …
Create A Menu Using Both Baseball Class And Team Info Class Asking User to Choos
Create A Menu Using Both Baseball Class And Team Info Class Asking User to Choose From 1.Add Player 2.Update Player 3.Show Player Stats 4.Show All Player Stats 5.Quit When i type …
Create A Menu Using Methods From The Baseball Class And Team Info Class Asking U
Create A Menu Using Methods From The Baseball Class And Team Info Class Asking User to Choose From 1.Add Player 2.Update Player 3.Show Player Stats 4.Show All Player Stats 5.Quit …
Create A Project...Array of a structure. Create a project that will allow a user
Create A Project...Array of a structure. Create a project that will allow a user to look up state and territory names and their two-letter abreviations. The user will have the opt…
Create A SIMPLE CONSOLE C# a class called Plumber that inherits from the Commiss
Create A SIMPLE CONSOLE C# a class called Plumber that inherits from the CommissionEmployee class in Figure 11.10 In your Plumber class, Earnings() should calculate the fee earned…
Create A Vending Machine Program. A user selects a product from a list of availa
Create A Vending Machine Program. A user selects a product from a list of available products, adds coins, and either gets the product or gets the coins returned if insufficient mo…
Create AS for a $250,000 M to be repaid in equal monthly payments at the end of
Create AS for a $250,000 M to be repaid in equal monthly payments at the end of each month for the next 15 years. AIR=5% compounded monthly. AS= amortization schedule, M=mortgage,…
Create Account class Implement private fields with public setters and getters in
Create Account class Implement private fields with public setters and getters in the Account class AccountNumber - should allow only for 20 digits, including leading zeros, but NO…
Create Assumptions based on purchase agreement and payment installments. Map you
Create Assumptions based on purchase agreement and payment installments. Map your Entity Relationship diagram into relations and make sure that all the relations are in BCNF. Prov…
Create Blackjack in c++ for multiple players with 5 decks. This is what i have s
Create Blackjack in c++ for multiple players with 5 decks. This is what i have so far, i'm not sure where to go at this point once the player already has 2 cards. any sort of help…
Create BreadthFirstSearch.java using the following: Fronter.java, Location.java,
Create BreadthFirstSearch.java using the following: Fronter.java, Location.java, Map.java, Waypoint.java, Road.java, Pzero.java 1. a complete Map object, encoding the map to be se…
Create C# program with two multiple choice questions. The program MUST include t
Create C# program with two multiple choice questions. The program MUST include the following features: 1. Users have 2 ATTEMPTS ONLY , show attmpt number each time. Use: while loo…
Create C++ Code for a program for Hansel\'s Housecleaning Service. The program p
Create C++ Code for a program for Hansel's Housecleaning Service. The program prompts the user for a customer's last name only. While the last name is not “zzz” your program will …
Create C++ code for the following: John is a loan officer, He scanned a pile of
Create C++ code for the following: John is a loan officer, He scanned a pile of documents from his desk for different mortgage applications. Some of the loan applications are miss…
Create C++ code, using the psuedocode: 1. Declare a global constant named PI equ
Create C++ code, using the psuedocode: 1. Declare a global constant named PI equal to 3.141592; 2. Declare variables named base, height, radiusa, radiusb, rec_area, and elli_area …
Create C++ containing struct LineItem. Struct represents single line and should
Create C++ containing struct LineItem. Struct represents single line and should declare three fields- price per item, total number of items, and total price. The main() function o…