Web development and programming
191828 questions • Page 3794 / 3837
using c++ write a program for the toaster problem below. Please show your output
using c++ write a program for the toaster problem below. Please show your output screen Project Description The oven will have four dials/selectors as listed below: • A Function s…
using c++ write the code necessary to make the Sudoku appear on the screen and t
using c++ write the code necessary to make the Sudoku appear on the screen and to allow some simple interactions. Requirements You are to create a program that performs six operat…
using c++, Create the class phonebook(A “contact” is a structured data that hold
using c++, Create the class phonebook(A “contact” is a structured data that holds the person’s last name, first name, mobile contact and email address) with a private storage vect…
using c++, Write a leapYear() function that accepts the year as an integer and r
using c++, Write a leapYear() function that accepts the year as an integer and returns true if the year is a leap year and false if it is not a leap year. Usually, years that are …
using c++, make a program with these requirements. please use recursion and no f
using c++, make a program with these requirements. please use recursion and no for loops allowed. Also must create own stack and queue, can't use the standard library ones. Don't …
using c++. Write the implementation (.cpp file) of the Counter class. The full s
using c++. Write the implementation (.cpp file) of the Counter class. The full specification of the class is: A data member counter of type int . An data member named limit of typ…
using c++. please show your output screen. Consider the class Course given in th
using c++. please show your output screen. Consider the class Course given in the appendix (last page in this file). Rewrite the addStudent function in the Course.cpp to throw a r…
using c/c++, write loop(s) to control Our first lab will be similar to the examp
using c/c++, write loop(s) to control Our first lab will be similar to the examples discussed in class, covering programming concepts in loop, function, and recursion. It includes…
using class Node: public class Node { private Double data; // we assume elements
using class Node: public class Node { private Double data; // we assume elements are character strings private Node next; /** Creates a node with the given el…
using classes write a program for text processing on the basic level. Select a t
using classes write a program for text processing on the basic level. Select a text document having at least 1500 words,Convert all the words in lower case,Remove “! @ # $ Y > …
using computer programming c not c+ Using Switch Statements, write a program tha
using computer programming c not c+ Using Switch Statements, write a program that displays the following menu for the seat ticket options available to the customer: • B= Balcony •…
using dynamic arrays compare the time it takes to perform the inserting operatio
using dynamic arrays compare the time it takes to perform the inserting operation, the searching operation, and the deletion operation respectively be sure to have all the constru…
using eclipse java You will be writing a \"guess my number\" game in Java. Essen
using eclipse java You will be writing a "guess my number" game in Java. Essentially, this program should: Generate a random integer number between 1 and 100 inclusively). This wi…
using eclipse, write a java program, that plays the the hi lo guessing game with
using eclipse, write a java program, that plays the the hi lo guessing game with numbers. The program should pick a random number between 1 and 100(inclusive), then repeatedly pro…
using excel Exercise 2. (4 points) Control Charts - When using control charts to
using excel Exercise 2. (4 points) Control Charts - When using control charts to monitor a process, why is it necessary to include an x chart and an R chart? Why can't we use just…
using form values for computation with JavaScript: Copy the order form from Lab
using form values for computation with JavaScript: Copy the order form from Lab Exercise 2, Part 3 to l4p3.html. (You can use the Unix command cp l2p3.html l4p3.html to do this or…
using four step development method, write, compile and run a c++ program to calc
using four step development method, write, compile and run a c++ program to calculate the sum of the even integers from 1-50 [30 points] PROGRAMMING PROBLEM 1: using four step dev…
using gawk Consider the following file called elems.txt : This file contains a l
using gawk Consider the following file called elems.txt: This file contains a list of the elements in the periodic table. Each field in this file is separated by a comma and each …
using graphWin and Python 3.6 Write a program to draw a house using four mouse c
using graphWin and Python 3.6 Write a program to draw a house using four mouse clicks. The first two clicks will be the opposite corners of the rectangular frame of the house. The…
using greenfoot A. Open the bubble scenario. You will see that the world is empt
using greenfoot A. Open the bubble scenario. You will see that the world is empty. In the world subclass Space, create a new private method called setup(). Call this method from t…
using html 9.19 An integer is said to be prime if it’s greater than 1 and divisi
using html 9.19 An integer is said to be prime if it’s greater than 1 and divisible only by 1 and itself. For example, 2, 3, 5 and 7 are prime, but 4, 6, 8 and 9 are not. a) Write…
using inheritance in java write the following classes and a test class sedan cla
using inheritance in java write the following classes and a test class sedan class data fields (all are private): weight,double color, string …
using jGRASP i need the code to run this program Retail Price Calculator Write a
using jGRASP i need the code to run this program Retail Price Calculator Write a program that prompts the user for the wholesale price and markup percentage of an item. The progra…
using java ( easy way please) Write a reverse Hangman game in which the user thi
using java ( easy way please) Write a reverse Hangman game in which the user thinks of a word and the computer tries to guess the letters in that word. The user tells the computer…
using java (Arrays) Create a Class to practice with Arrays. Call your class “Con
using java (Arrays) Create a Class to practice with Arrays. Call your class “Convert”, and store it in a file called “Convert.java”. In this class you will create the 2 arrays of …
using java (Arrays) Create a Class to practice with Arrays. Call your class “Con
using java (Arrays) Create a Class to practice with Arrays. Call your class “Convert”, and store it in a file called “Convert.java”. In this class you will create the 2 arrays of …
using java (Recursion) Create a Class to practice with Recursion. Call your clas
using java (Recursion) Create a Class to practice with Recursion. Call your class “Recur”, and store it in a file called “Recur.java”. In this class include just one method call i…
using java (Recursion) Create a Class to practice with Recursion. Call your clas
using java (Recursion) Create a Class to practice with Recursion. Call your class “Recur”, and store it in a file called “Recur.java”. In this class include just one method call i…
using java 1)The radix sort algorithm sorts an array of n integers with d digits
using java 1)The radix sort algorithm sorts an array of n integers with d digits, using ten auxiliary arrays. First, pad each integer with 0s on the left so that all n integers ha…
using java 12. Define and create an array of 10 integers. The array elements sho
using java 12. Define and create an array of 10 integers. The array elements should be initialized to zero. 13. Define and create an array with these values using an initializer l…
using java Help me with this question : so if I want to ask the user to guess ho
using java Help me with this question : so if I want to ask the user to guess how many words in a file called (texts.txt) ask the user to have 5 guess between those number ( 20 - …
using java Part A: 1. Create a User JavaBean. The User bean should have all the
using java Part A: 1. Create a User JavaBean. The User bean should have all the attributes collected from the new customer form. Also give it a username and password property. 2. …
using java Q3) Write a program to perform an experimental analysis of the two al
using java Q3) Write a program to perform an experimental analysis of the two algorithms prefixAverage1 and prefixAverage2, Returns an array a such that, for all j, a equals the a…
using java Write a program called TimeSymbolTables that creates two symbol table
using java Write a program called TimeSymbolTables that creates two symbol tables, one created with the class SequentialSearchST in the package algs31 and one created with the cla…
using java and no scanners Part I Write a Book class in a file named Book.java.
using java and no scanners Part I Write a Book class in a file named Book.java. Later, we will use the class to help us implement a library or patron. But for this part, we're jus…
using java and the code i need help with this one please. In this lab, you are t
using java and the code i need help with this one please. In this lab, you are to write a program that calculates the sales tax, total price of all items purchased and exact chang…
using java b) holdAt20 : This method should mimic a single turn of Pig where the
using java b) holdAt20 : This method should mimic a single turn of Pig where the player rolls until a 1 is rolled or until the turn total is greater than or equal to 20 • input pa…
using java eclips Create a Java program to store the team standings for a NCAA M
using java eclips Create a Java program to store the team standings for a NCAA MAC Conference game of your choice. Example: Last year's mid-season in-conference games played by th…
using java help me create these two classes (ArrayLists) Create a Class to pract
using java help me create these two classes (ArrayLists) Create a Class to practice with ArrayLists. Call your class “PresidentsAA”, and store it in a file called“PresidentsAA.jav…
using java i need help for the following problem sets... the example referred is
using java i need help for the following problem sets... the example referred is at the end. (You will need to use an IDE to do this Lab. I used NetBeans. Make sure your IDE is us…
using java i need help for the following problem sets... the example referred is
using java i need help for the following problem sets... the example referred is at the end. (You will need to use an IDE to do this Lab. I used NetBeans. Make sure your IDE is us…
using java i need help to fix the code i have. i have put all the code i have fo
using java i need help to fix the code i have. i have put all the code i have for the classes below the problem question. Problem #3: (LinkedLists) We are going to create a Linked…
using java please objectives: - Use of Classes * User of Methods * Use of GUI (G
using java please objectives: - Use of Classes * User of Methods * Use of GUI (Graphical User Interface) * Use of class inharitance Scenarios: 1. Expanding on the bank account cla…
using java program. Page Magic8Ball (20 points): DO NOT create another project,
using java program. Page Magic8Ball (20 points): DO NOT create another project, we are going to add a new file to Project2. From the NetBeans File'menu select New File'. On the di…
using java programing Write a program that compares two college applicants. The
using java programing Write a program that compares two college applicants. The program should prompt for each student’s GPA, SAT, and ACT exam scores and report which candidate i…
using java • Write a class Die which has members & methods: •int sides : # of si
using java • Write a class Die which has members & methods: •int sides: # of sides for the die •int value: value of the die •String owner: Name of player holding the die •Met…
using java(Factory method ) : I want the user to input the employee information
using java(Factory method ) : I want the user to input the employee information depending in their postion and then display the following outputs: a. Employee information : Staff …
using java, Create a full program that will have a user enter in a person\'s age
using java, Create a full program that will have a user enter in a person's age and if age is negative it will catch the exception and display an error message Sorry age must be p…
using java, create a data set with 100 interger values. create a progam that use
using java, create a data set with 100 interger values. create a progam that uses the division method of hashing to store the data values into hash tables with table sizes of 7, 5…
using java, design and code a reference based weighted graph class with vertices
using java, design and code a reference based weighted graph class with vertices stored in a linked list. your class should implement the following Weighted-GraphInterface. //----…
Subject
Web development and programming
Use Browse or pick another subject.