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 3584 / 3837

create a C# program having 3 functions. (1) functionA calculates the total score
create a C# program having 3 functions. (1) functionA calculates the total score of a student taking CSC001. The course includes: -two quizzes-the full score of each quiz is 10 po…
create a C++ program that simulates the tossing of a coin. Write a function name
create a C++ program that simulates the tossing of a coin. Write a function named coinToss. When you call the function, it should generate a random number in the range of 1 throug…
create a C++ program using Visual Studio where you design a PhoneCall class that
create a C++ program using Visual Studio where you design a PhoneCall class that holds a phone number to which a call is placed, the length of the call in minutes, and the rate ch…
create a C++ program: Design a class named Account that contains: ¦An int data f
create a C++ program: Design a class named Account that contains: ¦An int data field named id for the account. ¦A double data field named balance for the account ¦A double data fi…
create a Caeser cipher encryption program which takes a key word. The keyword wi
create a Caeser cipher encryption program which takes a key word. The keyword will fill the first part of the shifted array. The remaining letters will fill the end of the array. …
create a CustomArrayList class, which performs as: * The CustomArrayList class h
create a CustomArrayList class, which performs as: * The CustomArrayList class has these instance variables: * arr --- * a private array, always of size 100, which stores the list…
create a DuplicateValues application that prompts the user with input boxes for
create a DuplicateValues application that prompts the user with input boxes for numbers between 1 and 99 until duplicate value is entered, the numbers entered before the duplicate…
create a GUI front end for Homework #1. See details below. 1. Create a GUI that
create a GUI front end for Homework #1. See details below. 1. Create a GUI that has two check boxes which allow a user to select between an employee and a manager. 2. Create a GUI…
create a HTML file and lets not choose canvas and do this with div tags. Select
create a HTML file and lets not choose canvas and do this with div tags. Select your 5 unique images. Decide the pairs that will be same (eg: 1&5,2&8,4&10,etc have the…
create a Java application program that will add up the cost of three items, then
create a Java application program that will add up the cost of three items, then print the final total with sales tax. You should begin by prompting the user to enter three separa…
create a Java application that implements a calculator, with design and features
create a Java application that implements a calculator, with design and features which are similar to the standard calculator that comes with Windows (Accessoriescalculator). The …
create a StickyNotes program using java!! Problem Statement: Write a set of java
create a StickyNotes program using java!! Problem Statement: Write a set of java classes that create a ‘StickyNotes’ Program. Some sample sticky notes are shown below: A sticky no…
create a StickyNotes program using java!! Problem Statement: Write a set of java
create a StickyNotes program using java!! Problem Statement: Write a set of java classes that create a ‘StickyNotes’ Program. Some sample sticky notes are shown below: A sticky no…
create a StickyNotes program using java!! Problem Statement: Write a set of java
create a StickyNotes program using java!! Problem Statement: Write a set of java classes that create a ‘StickyNotes’ Program. Some sample sticky notes are shown below: A sticky no…
create a VLAN and IP addressing {{should be one subnet per VLAN. Each building s
create a VLAN and IP addressing {{should be one subnet per VLAN. Each building should have a separate wired VLAN. There should be a management VLAN for all of the network infrastr…
create a \"unique\" index of EMP_CODE by filling in the table below : (the numbe
create a "unique" index of EMP_CODE by filling in the table below: (the number of rows shown is not indicative of the correct answer) Be sure to fill in the blank lines above (key…
create a banking program with html and javascript Your supervisor has asked you
create a banking program with html and javascript Your supervisor has asked you to create a simple bank transaction web page so that customers can do online banking. You remember …
create a banking program with html and javascript Your supervisor has asked you
create a banking program with html and javascript Your supervisor has asked you to create a simple bank transaction web page so that customers can do online banking. You remember …
create a banking program with html and javascript must have javascript and html
create a banking program with html and javascript must have javascript and html in the code must have javascript and html in the code cannot use xml file Your supervisor has asked…
create a banking program with html and javascript must have javascript and html
create a banking program with html and javascript must have javascript and html in the code must have javascript and html in the code an xml is allowed Your supervisor has asked y…
create a base class Device that contains one data member: ID are a pointer to ch
create a base class Device that contains one data member: ID are a pointer to char, a constructor that sets the device ID, one destructor, three member functions: one member funct…
create a batch file named IFLOOP.BAT that uses the IF statement and a counter to
create a batch file named IFLOOP.BAT that uses the IF statement and a counter to control the number of times a loop is executed. The number of times the loop must be executed depe…
create a branch prediction simulator. using Smith Predictors. The input for your
create a branch prediction simulator. using Smith Predictors. The input for your program should be from a file which will be a text file. Each line will consist of an integer repr…
create a c program using API calls using the following psuedocode Take source fi
create a c program using API calls using the following psuedocode Take source file name and destination file name from command line test whether the source file exists // system c…
create a c++ file with class named bluebox should have member functions admin- a
create a c++ file with class named bluebox should have member functions admin- allows the owner of the machine to sign in using code 99. the member function screen should the owne…
create a c++ file with class named bluebox should have member functions admin- a
                    create a c++ file with class named bluebox                                                       should have member functions                                  …
create a c++ program for the situation , Credit card numbers follow certain patt
create a c++ program for the situation , Credit card numbers follow certain patterns. A credit card number must have between 13 and 16 digits. The number must start with the follo…
create a c++ program that computes the sum and average of three numbers the user
create a c++ program that computes the sum and average of three numbers the user enters. Implement the program using two functions defined with the following headers. double sum(i…
create a c++ program to solve the integral of a function using Simpsons rule. Th
create a c++ program to solve the integral of a function using Simpsons rule. The upper and lower limits are positive and the value of n must be even. Need to be able to pass betw…
create a cash register program using jave programming, that includes three class
create a cash register program using jave programming, that includes three classes, cash register, transaction, and an item class. Use GUI app if needed. Create a program that sim…
create a cash register program using jave programming, that includes three class
create a cash register program using jave programming, that includes three classes, cash register, transaction, and an item class. Use GUI app if needed. Create a program that sim…
create a circle structure to store the folliwubg data -radis center x center y a
create a circle structure to store the folliwubg data -radis center x center y and area ask user to enter the number of circles to create/create that many circle sturcturs using a…
create a class Movie that reads in the name of a movie and its length in minutes
create a class Movie that reads in the name of a movie and its length in minutes, entered one line after the other at the console. The program must print the name of the film foll…
create a class called BankAccount. The BankAccount class should contain a String
create a class called BankAccount. The BankAccount class should contain a String to store the customer name and a double to store the account balance. The BankAccount class (which…
create a class called Box which has private data members: length and width, both
create a class called Box which has private data members: length and width, both float area, found from length and width name which is a dynamic string constructor 1)create a cont…
create a class called Rational for performing arithmetic with fractions. write a
create a class called Rational for performing arithmetic with fractions. write a driver program to test your class. use integer variables to represent the private data of the clas…
create a class called TableService It will have number of choices as an integer.
create a class called TableService It will have number of choices as an integer. It will have the taxes as a double It will have the constructor that inherits the place name and t…
create a class called WORD which has a static value WORD_SIZE equal to three, an
create a class called WORD which has a static value WORD_SIZE equal to three, and an instance variable which is a String that represents the word. the constructor for the class sh…
create a class called consultCo that holds a private struct called employee that
create a class called consultCo that holds a private struct called employee that contains the name, pay rate and social security number of an employee of a consulting firm called …
create a class called consultCo that holds a private struct called employee that
create a class called consultCo that holds a private struct called employee that contains the name, pay rate and social security number of an employee of a consulting firm called …
create a class called regularPolygon. it should have following private member va
create a class called regularPolygon. it should have following private member variables that are integers, number of sides and length of sides. it will have the following public m…
create a class callede rectangular/.... Fields (instance variables) The class ha
create a class callede rectangular/.... Fields (instance variables) The class has two fields: len- a double representing the length of the rectangle. wid - a double representing t…
create a class employee that includes three pieces of information as data member
create a class employee that includes three pieces of information as data members. a first name ( type string), a last name (type string) and a monthly salary ( type int). Your cl…
create a class name insurance using functions in python INSURANCE CLASS: The ins
create a class name insurance using functions in python INSURANCE CLASS: The insurance class has three attributes and one method. All three attributes must be given when the insur…
create a class named student. Student has fields for an ID number, number of cre
create a class named student. Student has fields for an ID number, number of credit hours earned and number of points earned. Include methods to assign values to all fields. Stude…
create a class that computes the Fibonacci number for a given input. The Fibonac
create a class that computes the Fibonacci number for a given input. The Fibonacci number is an important construct in mathematics. The definition of the Fibonacci number is given…
create a class that represents the list of baggage cars.
create a class that represents the list of baggage cars. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> The specification for CarList.h follows…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…
create a class that simulates an alarm clock. In this class you should *store ti
create a class that simulates an alarm clock. In this class you should *store time in hours, minutes, and seconds. Note if time is am or pm. (hint: you should have separate privat…