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

Web development and programming

191828 questions • Page 262 / 3837

1. Write a C++ program that has a class called MyDate with the following declara
1. Write a C++ program that has a class called MyDate with the following declaration: 2. In your main function, write the following. class MyDate { private:      int month;      i…
1. Write a C++ program that implements a simple TV/movie trivia game. The progra
1. Write a C++ program that implements a simple TV/movie trivia game. The program begins by welcoming the prospective player to the game, then asks the player if s/he is ready to …
1. Write a C++ program that prompts the user for a double that should be between
1. Write a C++ program that prompts the user for a double that should be between 0 and 100. If the value entered is outside of the interval the program will print an error message…
1. Write a C++ program that reads 3 integer numbers from keyboard, with proper i
1. Write a C++ program that reads 3 integer numbers from keyboard, with proper input prompt, and then display the smallest number. You may assume that these 3 numbers are distinct…
1. Write a C++ program that reads book purchasing/order information from a file.
1. Write a C++ program that reads book purchasing/order information from a file. There will be multiple lines in the file and each line in the file will represent the purchase of …
1. Write a C++ program that simulates the throw of a dice. The program allows th
1.    Write a C++ program that simulates the throw of a dice.  The program allows the user to enter the number of throws he/she would like to do. The program then, will calculate …
1. Write a C++ program that takes two different train departure times (where 0 i
1. Write a C++ program that takes two different train departure times (where 0 is midnight,0700 is 7:00 a.m., 1314 is 14 minutes oast 1:00 p.m., and 2200 is 10 p.m) and prints the…
1. Write a C++ program to calculate the size of a building lot in acres. Assume
1. Write a C++ program to calculate the size of a building lot in acres. Assume the lot is rectangular. Interactively input the width and length in feet. Compute the size of the l…
1. Write a C++ program to calculate the surface area, volume, or \"girth + depth
1. Write a C++ program to calculate the surface area, volume, or "girth + depth" of a box. The formula are as follows: Volume = LWD (Length * Width * Depth) Surface Area = 2LW + 2…
1. Write a C++ program to compute the Binomial Coefficient to construct a 2D arr
1. Write a C++ program to compute the Binomial Coefficient to construct a 2D array using two input parameters: n and k Then once the table is constructed Display the entire table …
1. Write a C++ program to implement this task. (50 pts) Percentage marks attaine
1. Write a C++ program to implement this task. (50 pts) Percentage marks attained by a student in three exams are to be entered into a computer, using the keyboard. An indication …
1. Write a C++ program to perform the following tasks. Define an array of charac
1. Write a C++ program to perform the following tasks. Define an array of characters of size 15. Read 15 characters from the user into the array. Next, read a search character fro…
1. Write a C+program to process car sales data. The input file has 10 lines; eac
1. Write a C+program to process car sales data. The input file has 10 lines; each ine has the last name of a salesperson, followed by the number of cars that person sold this mont…
1. Write a C-program to evaluate numerically the roots of the following equation
1. Write a C-program to evaluate numerically the roots of the following equation. 3x3 - 5.0x2 + log10(abs(x))+2=0 Search for the potential roots (x values) in the following range …
1. Write a C-program to evaluate numerically the roots of the following equation
1. Write a C-program to evaluate numerically the roots of the following equation. 3x3 - 5.0x2 + log10(abs(x))+2=0 Search for the potential roots (x values) in the following range …
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then, write a SELECT statement tha…
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
                    1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then, write a …
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
                        1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then,     …
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
                            1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then, …
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then, write a SELECT statement tha…
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that ret
1. Write a CREATE VIEW statement that defines a view named InvoiceBasic that returns three columns: VendorName, InvoiceNumber, and InvoiceTotal. Then, write a SELECT statement tha…
1. Write a Deck class that generates all 52 playing cards and stores it. 2. Writ
1. Write a Deck class that generates all 52 playing cards and stores it. 2. Write a Hand class that will store 5 cards 3. Write a player class that stores-player_name, accumulated…
1. Write a Hmmm program, average.ha, that repeatedly prompts for and reads in a
1. Write a Hmmm program, average.ha, that repeatedly prompts for and reads in a sequence of integers and prints their average (rounded down, since we are dealing with integers) an…
1. Write a Java application that asks the user how many numbers wants stored in
1. Write a Java application that asks the user how many numbers wants stored in a one-dimensional array. The program should allow the user to enter the numbers and calculate the t…
1. Write a Java application that asks the user to enter the scores in 3 differen
1. Write a Java application that asks the user to enter the scores in 3 different tests (test1, test2, test3) for 5 students into a 2D array of doubles. The program should calcula…
1. Write a Java application that: asks the user for the daily sales for each day
1. Write a Java application that: asks the user for the daily sales for each day of a week using a repetition loop and calculates its total. calculates the average daily sales for…
1. Write a Java application to display the following GUI. At this point you are
1. Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculation …
1. Write a Java application to display the following GUI. At this point you are
1. Write a Java application to display the following GUI. At this point you are only implementing the display. This program has the following requirements: 1. The textfield should…
1. Write a Java application to display the following GUI. At this point you are
1. Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculations…
1. Write a Java application to display the following GUI. At this point you are
1. Write a Java application to display the following GUI. At this point you are only implementing the display. We are not ready to make the calculator actually do any calculations…
1. Write a Java application to display the following GUI. At this point you are
1. Write a Java application to display the following GUI. At this point you are only implementing the display. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office…
1. Write a Java program FindStringPattern.java which a. Takes in a String inputS
1. Write a Java program FindStringPattern.java which a. Takes in a String inputString as a command-line argument; the objective is to find patterns of characters in this String; b…
1. Write a Java program called ArithmeticT1 that takes three command-line argume
1. Write a Java program called ArithmeticT1 that takes three command-line arguments: two integers and in between an arithmetic operator (+, -, *, program shall perform the corresp…
1. Write a Java program that asks the user of the array size s/he wants to creat
1.    Write a Java program that asks the user of the array size s/he wants to create. Your program should create the array and use a loop to let the user input the values of the a…
1. Write a Java program that asks the user to enter a distance in meters. The pr
1. Write a Java program that asks the user to enter a distance in meters. The program will then present the following menu of selections: Convert to kilometers Convert to inches C…
1. Write a Java program that extends the LinkedList class to ExtLinkedList
1. Write a Java program that extends the LinkedList<E> class to ExtLinkedList<E> containing the following methods. For time-complexity, assume the size of the list to …
1. Write a Java program that outputs a list of students from the given data file
1. Write a Java program that outputs a list of students from the given data file. Download the data file (student.txt) from our web site to the same folder as your program. You ha…
1. Write a Java program that reads an integer value n, and it reverses its digit
1. Write a Java program that reads an integer value n, and it reverses its digits. Use either a for or a while loop. D not use arrays. 2. Write a Java program that takes an unput …
1. Write a Java program that solves a maze Maze is an exciting puzzle game whose
1. Write a Java program that solves a maze Maze is an exciting puzzle game whose goal is to find the path from a starting position (S) to an end position (E ). 2. Important functi…
1. Write a Java program that will read 10 double sale values and store them in a
1. Write a Java program that will read 10 double sale values and store them in array.Name is: sales. Find the subtotal of the sales, tax them 8.25% (use this as constant) and calc…
1. Write a Java program to implement the following inheritance hierarchy. (10 po
1.      Write a Java program to implement the following inheritance hierarchy. (10 points)                                                     a.       Super class Vehicle.java - …
1. Write a Java program to read in a DSFM, then decides if an input string is ac
1. Write a Java program to read in a DSFM, then decides if an input string is accepted by the DSFM or not. You can assume the input DSFM is legal, and states are named with single…
1. Write a Java program which reads a text file called mydata.txt containing the
1. Write a Java program which reads a text file called mydata.txt containing the following numbers: 34 56 76 98 12 33 58 42 98 93 and computes the minimum, maximum sum and average…
1. Write a Java subclass named UtsaMovieRating to meet the requirements describe
1. Write a Java subclass named UtsaMovieRating to meet the requirements described in the UML Class Diagram attached to the assignment. 2. In the Java Subclass UtsaMovieRating, wri…
1. Write a Java value-returning method, isDivisibleBy, that takes two integer pa
1.            Write a Java value-returning method, isDivisibleBy, that takestwo integer parameters. The methodreturns the value true if the first parameter is evenly divisibleby t…
1. Write a JavaScript program that declares a function but calls it before it is
1. Write a JavaScript program that declares a function but calls it before it is declared. Because of function hoisting this will work in JavaScript. Go prove it! Also write a fun…
1. Write a JavaScript string that says: Tom Hanks did a fine job in his recent E
1. Write a JavaScript string that says: Tom Hanks did a fine job in his recent Eastwood movie "Sully", however the reviews say the film is a fairly big letdown of Eastwood's movie…
1. Write a LMC program that will take ANY three numbers, in ANY order, between 0
1. Write a LMC program that will take ANY three numbers, in ANY order, between 0 and 10 as i nputs. The program will output the three numbers in order from smallest to largest. Fo…
1. Write a Linux Bash script, create.sh which creates a directory tree in breadt
1. Write a Linux Bash script, create.sh which creates a directory tree in breadth-first with depth d and breadth b. Depth refers to the level of the directory tree while breadth r…
1. Write a MATLAB function called sqrtList that takes two positive integers n1 a
1. Write a MATLAB function called sqrtList that takes two positive integers n1 and n2 as an input. The functions must a) not accept nonsensical input b) include help comments and …