Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1202 / 1333
Write program in C++ Please include a screenshot of the following input: Here is
Write program in C++ Please include a screenshot of the following input: Here is DB.txt : 1. Write a program to simulate a database. A database, represented by a class CDB, stores…
Write program in C++ Some of the characteristics of a book are the title , autho
Write program in C++ Some of the characteristics of a book are the title, author(s), publisher, ISBN, price, and year of publication. Design a class bookType that defines the book…
Write program in C++ that does: Take student name Take his homework1, homework2,
Write program in C++ that does: Take student name Take his homework1, homework2, homework3, and homework4 grades. Take his quiz1, quiz2, quiz3, and quiz4 grades. Take his Midterm1…
Write program in C++ using dynamic memory allocation Note: Be sure to deallocate
Write program in C++ using dynamic memory allocation Note: Be sure to deallocate correctly. Please DO NOT use "malloc" for memory allocation of dynamic arrays -- use "new" Require…
Write program in C++. Write a breadth-first search program to solve 15-puzzle pr
Write program in C++. Write a breadth-first search program to solve 15-puzzle problems in the same way as the 8-puzzle. Keep track of the number of nodes expanded and print that o…
Write program in COBOL code: A state allows state employees who are retiring to
Write program in COBOL code: A state allows state employees who are retiring to put money equal to the value of their unused sick leave into a fund to pay for health insurance. Wr…
Write program in Java *attached is the programming assignment* please also inclu
Write program in Java *attached is the programming assignment* please also include a typed final conclusion about the program Solving Ordinary Differential Equations using Runge-K…
Write program in Java import java.util.Scanner; public class Lab7Program { publi
Write program in Java import java.util.Scanner; public class Lab7Program { public static void main(String[] args) { //1. Create a double array that can hold 10 values //2. Invo…
Write program in c++ (Count vowels and consonants, file input, nested-loops, swi
Write program in c++ (Count vowels and consonants, file input, nested-loops, switch statement) Assume letters A, E, I, O, and U as the vowels. Write a program that reads strings f…
Write program in c++ (Display calendar using loop, user defined functions, top-d
Write program in c++ (Display calendar using loop, user defined functions, top-down design) Write a program that prompts the user to enter the year and first day of the year and d…
Write program in c++ (Palindrome integer, top-down design, digit extraction and
Write program in c++ (Palindrome integer, top-down design, digit extraction and composition, functions) A number is a palindrome if its reversal is same as itself. Write a test pr…
Write program in c++ Assume letters A, E, I, O, and U as the vowels. Write a pro
Write program in c++ Assume letters A, E, I, O, and U as the vowels. Write a program that reads strings from a text file, one line at a time, using a while-loop. You do the follow…
Write program must be written in C (not C++) and compile without errors or warni
Write program must be written in C (not C++) and compile without errors or warnings using gcc on our system. Your version of wc must behave exactly like the wc command installed o…
Write program scripts (using matlab) to obtain the following answers. Make sure
Write program scripts (using matlab) to obtain the following answers. Make sure that in your code you create the matrix N. Then, you use the matrix N and proper commands for the m…
Write program scripts (using matlab) to obtain the following answers. Make sure
Write program scripts (using matlab) to obtain the following answers. Make sure that in your code you create the matrix N. Then, you use the matrix N and proper commands for the m…
Write program that finds the largest, second largest and third largest of the nu
Write program that finds the largest, second largest and third largest of the numbers from a given file named Data.txt. A skeleton of the program, as well as the code for defining…
Write program that mimics the operations of the inside of an elevator. More spec
Write program that mimics the operations of the inside of an elevator. More specifically, the program simulates what happens when user chooses to go to a particular floor, and sim…
Write program that mimics the operations of the inside of an elevator. More spec
Write program that mimics the operations of the inside of an elevator. More specifically, the program simulates what happens when user chooses to go to a particular floor, and sim…
Write program that models a college course. Put the declarations for StudentID,
Write program that models a college course. Put the declarations for StudentID, Classification, Student. and Course ina header file (e.g. course.h) and the implementation for prin…
Write program that models a college course. Put the declarations for StudentID,
Write program that models a college course. Put the declarations for StudentID, Classification, Student, and Course in a header file (e.g. course.h) and the implementation for pri…
Write program to Find Fixed point iteration Numerical Analysis (Matlab) Write pr
Write program to Find Fixed point iteration Numerical Analysis (Matlab) Write program to Find Fixed point iteration clear; %Define g(x) %Define initial guess as first entry in arr…
Write program to input for each customer : account number, the beginning balance
Write program to input for each customer : account number, the beginning balance. The program should contain three functions: 1) Deposit ? Deposit an amount of money. 2) Withdraw …
Write program to read three numbers and display each output in a separate line.
Write program to read three numbers and display each output in a separate line. Use long double type. Use setw (15) to format the output. Explain the effect of setw (15) on output…
Write program using C++ code Exercise 1: Function basics Your program will two n
Write program using C++ code Exercise 1: Function basics Your program will two numbers from the command line and display the sum of all values from one to the other (indlusive) ·/…
Write program using C++ code. Requirements e Obtain a file name from the user, w
Write program using C++ code. Requirements e Obtain a file name from the user, which will contain data pertaining to a 2D array Create a file for each of the following: averages.t…
Write program using C++. This is the complete instruction. Wirit a pmegnam to pr
Write program using C++. This is the complete instruction. Wirit a pmegnam to proces numbers of any mgnn a BigInteger with constructors and overload operators indicated below clas…
Write program using either C#, C++, or Java. These are all the specifications gi
Write program using either C#, C++, or Java. These are all the specifications given. Its for a quality course so the main part will be when I do testing. I just need the code for …
Write program with C# . 1, write a C#program that Show the output according user
Write program with C# . 1, write a C#program that Show the output according user inputted number. Example: If user input 5- 5 54 543 5432 54321 5432 543 54 5 . 3, Create a program…
Write program with the following: Main Method Sub Method that returns name to Ma
Write program with the following: Main Method Sub Method that returns name to Main Method to Print Sub Method that choses something based on the Age entered by the User. The value…
Write program, which reads a string of 3 letters. 0^th and 2^nd letters are digi
Write program, which reads a string of 3 letters. 0^th and 2^nd letters are digits. The 1^st digit is +, - * or/. Input 5 + 3 output 8. Input 7*4 output 28. Input 8/3 output 2.67.…
Write programs and run on computer Create a class named Student with three priva
Write programs and run on computer Create a class named Student with three private member variables: name, gpa, and age. Based on the main() given below, you need to implement the…
Write programs following the prompts below. Attach your source code,your executa
Write programs following the prompts below. Attach your source code,your executable, and any input files needed to run your code. Make sure it compiles and runs, because I will …
Write programs in Perl, submit the code at blackboard. The files should be combi
Write programs in Perl, submit the code at blackboard. The files should be combined in a zip file and named as yourname_HW3.zip (Conduct a virus check before submitting). Due data…
Write programs in your language of choice (preferably C++ or Java) to perform th
Write programs in your language of choice (preferably C++ or Java) to perform the following operations: Show all the images in the original spatial and gray-scale resolution when …
Write programs to perform the following. Also, perform each operation by hand to
Write programs to perform the following. Also, perform each operation by hand to demonstrate your understanding of what took place: Place values in registers as follows: (AX) = 11…
Write programs using the serial port to carry out a dialogue between two compute
Write programs using the serial port to carry out a dialogue between two computers 1. the computers alternate in sending data 2. exit with ctrlC Modify these two programs This is …
Write programs using the serial port to carry out a dialogue between two compute
Write programs using the serial port to carry out a dialogue between two computers ( C Programming in Ubuntu) 1. the computers alternate in sending data 2. exit with ctrlC
Write programs using the serial port to carry out a dialogue between two compute
Write programs using the serial port to carry out a dialogue between two computers 1. the computers alternate in sending data 2. exit with ctrlC this is the uartsnd.c ------------…
Write programs using the serial port to carry out a dialogue between two compute
Write programs using the serial port to carry out a dialogue between two computers 1. the computers alternate in sending data 2. exit with ctrlC Please Edit these two files. One i…
Write proper chemical equations and balance the following reactions a) Write a b
Write proper chemical equations and balance the following reactions a) Write a balanced chemical equation to represent the reaction of solid magnesium and gase…
Write proper constant declarations for the following: (12%) (You have to pick me
Write proper constant declarations for the following: (12%) (You have to pick meaningful names,) a) An integer constant representing the number of weeks in a year b) A character c…
Write prototype statements for each of the following situations: passing a class
Write prototype statements for each of the following situations: passing a class object of type TextMessage by reference, returning an integer passing an array of 200 objects of a…
Write pseudo code and code for a program vt.c which reads characters from stdin
Write pseudo code and code for a program vt.c which reads characters from stdin and writes to stdout. For each character input, it should print on a single line: (a) the ASCII nam…
Write pseudo code for the following problem(s)...pick one. JAVA You are to calcu
Write pseudo code for the following problem(s)...pick one. JAVA You are to calculate the batting average for a baseball player. The program will input the number of at bats and t…
Write pseudo code to do the following. Your pseudo code or algorithm must follow
Write pseudo code to do the following. Your pseudo code or algorithm must follow all the rules of an algorithm. It must be written in steps. No paragraphs. All conditions and iter…
Write pseudo code to do the following. Your pseudo code or algorithm must follow
Write pseudo code to do the following. Your pseudo code or algorithm must follow all the rules of an algorithm. It must be written in steps. No paragraphs. All conditions and iter…
Write pseudo code using a heap to find the k th smallest element in a set of n e
Write pseudo code using a heap to find the kth smallest element in a set of n elements in O(n + k log n) time.
Write pseudocode (or actual code, if you want) for the following functions: 1. b
Write pseudocode (or actual code, if you want) for the following functions: 1. bool removeValue (int value) . This function will "remove" the first Node it finds with the given va…
Write pseudocode algorithms for the programs described as follows: Pseudo code 1
Write pseudocode algorithms for the programs described as follows: Pseudo code 1: 1. the retail price of the item being purchased 2. the sales tax rate Once these items have been …
Write pseudocode and implement a Python program for the following problem. 1. Re
Write pseudocode and implement a Python program for the following problem. 1. Read in: the name of an employee, followed by the number of hours worked by the employee (an integer …