Web development and programming
191828 questions • Page 3480 / 3837
You will create a Java class named Date that is used to work with date operation
You will create a Java class named Date that is used to work with date operations. Then you will write a Driver to test each method you wrote in the Dare class and display, on the…
You will create a Java program that does the following: 1) Create a Scanner to r
You will create a Java program that does the following: 1) Create a Scanner to read user input 2) Create an array that can hold 5 integers 3) Use a for loop and the Scanner to col…
You will create a Name class to manage different name changes of a person. Varia
You will create a Name class to manage different name changes of a person. Variables: Full Name (e.g. “Hillary Rodham Clinton”) First Name (e.g. “Hillary”) Middle Name (e.g. “Dian…
You will create a calculator that computes addition, substraction, multiplicatio
You will create a calculator that computes addition, substraction, multiplication, and division as follows. Specifications: 1. The program should be set to run at 250 and 300 pixe…
You will create a calculator that computes addition, substraction, multiplicatio
You will create a calculator that computes addition, substraction, multiplication, and division as follows. (Please use GUI [JFrame]) Specifications: 1. The program should be set …
You will create a calculator that computes addition, substraction, multiplicatio
You will create a calculator that computes addition, substraction, multiplication, and division as follows. (Please use GUI [JFrame]) Specifications: 1. The program should be set …
You will create a class called SimpleCalendar that represents a simple calendar
You will create a class called SimpleCalendar that represents a simple calendar with properties for year, month, day, hour, minute and second. Look at the code snippet: As you can…
You will create a class representing an Abstract Data Type for a library book. T
You will create a class representing an Abstract Data Type for a library book. This class will use several helper classes (via Class Aggregation [Gaddis Section 14.7]). The helper…
You will create a class to store information about a student’s courses and calcu
You will create a class to store information about a student’s courses and calculate their GPA. Your GPA is based on the class credits and your grade. Each letter grade is assigne…
You will create a class where the class descriptions are placed in a file named
You will create a class where the class descriptions are placed in a file named BikeRacer.h and a file named BikeRacer.cpp will contain the implementation of the methods for those…
You will create a class where the class descriptions are placed in a file named
You will create a class where the class descriptions are placed in a file named BikeRacer.h and a file named BikeRacer.cpp will contain the implementation of the methods for those…
You will create a compelling single-page design that features a sign-up process
You will create a compelling single-page design that features a sign-up process to get new users to join some type of project, such as an email list, a software beta test, or an o…
You will create a design for an Ethernet network connecting four buildings in an
You will create a design for an Ethernet network connecting four buildings in an industrial park. Hand in a picture showing your network. There will be a core switch in each build…
You will create a function file that produces the Fibonacci spiral to n iteratio
You will create a function file that produces the Fibonacci spiral to n iterations. The Fibonacci spiral: an approximation of the golden spiral created by drawing circular arcs co…
You will create a function that finds the unique solution to Ax-b equation using
You will create a function that finds the unique solution to Ax-b equation using Gaussian elimination with partial pivoting (using the absolute maximum possible value of the activ…
You will create a function that provides the user with all 4 selections (describ
You will create a function that provides the user with all 4 selections (described below). If you only implement the basic requirements (the first 2) you should still include the …
You will create a function that validates input. It should accept only non-negat
You will create a function that validates input. It should accept only non-negative integers. If the input is incorrect the function should throw an exception. The exception will …
You will create a main application with static user defined methods that will de
You will create a main application with static user defined methods that will determine if an inputted phone number (as a string) is a palindrome or not. You will convert the inpu…
You will create a math game to help people hone their math skills. When the game
You will create a math game to help people hone their math skills. When the game is executed, it will ask the user if they want to practice their addition, subtraction, multiplica…
You will create a new program that simulates the game of Lotto. How does this wo
You will create a new program that simulates the game of Lotto. How does this work? The user will input 6 numbers (integer): ranging from 1 to 59. The computer will randomly pick …
You will create a problem that takes in a board with chess pieces from file. For
You will create a problem that takes in a board with chess pieces from file. For this exercise, the board will only contain pawns and rooks. The dimensions of the board will be so…
You will create a program that accepts as input an array of values as well as a
You will create a program that accepts as input an array of values as well as a search value, and the output of the program will be the index number and the value of the array ent…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that determines the language of a given input file bas
You will create a program that determines the language of a given input file based on the words in that file. The structure of the input files will be one word per line (all lower…
You will create a program that draws ASCII boxes. The user specifies the width a
You will create a program that draws ASCII boxes. The user specifies the width and height of the box. At a minimum, the box has to be two characters wide by two characters tall, a…
You will create a program that helps the user make a difficult decision. You can
You will create a program that helps the user make a difficult decision. You can either choose either: a gift to give based on the month of the year or help them decide a place to…
You will create a program that is composed of five files. The program will have
You will create a program that is composed of five files. The program will have two functions, each with it’s own header file and source code (think .cpp and .hpp) and a main file…
You will create a program that simulates a store\'s inventory. A store carries v
You will create a program that simulates a store's inventory. A store carries varying quantities of five different items (your choice of items and amounts). Five customers repeate…
You will create a publication class that will define a general publication. A pu
You will create a publication class that will define a general publication. A publication properties will consist of: < title < price &…
You will create a script file for the purpose of user and group management in Li
You will create a script file for the purpose of user and group management in Linux. You will create a script file called myscript using vim. The first line of each of your script…
You will create a script using PowerShell that meets the following requirements:
You will create a script using PowerShell that meets the following requirements: a. contains appropriate comments (see Role of comment which is also located in the course material…
You will create a simple class hierarchy as the basis for a fantasy combat game.
You will create a simple class hierarchy as the basis for a fantasy combat game. You need to create a Creature class. Then you will have a subclass for each of these characters. N…
You will create a single file using Violet for Part 1 and 2 below. Submit the fi
You will create a single file using Violet for Part 1 and 2 below. Submit the file to your instructor for grading using Blackboard. Part 1 (8 pts) Using Violet create a class diag…
You will create a solution containing two projects: the first project will be a
You will create a solution containing two projects: the first project will be a class library (DLL), the other will be a console app. The DLL you create must contain the following…
You will create a superclass, a subclass, and a driver class. In the driver clas
You will create a superclass, a subclass, and a driver class. In the driver class, you will create objects demonstrating polymorphism & dynamic binding. The objects will be ad…
You will create a text file that will consist of expression strings, one express
You will create a text file that will consist of expression strings, one expression string per line. Assume that the file contents are all valid infix expressions follow the rules…
You will create a text-based M-fille named (Rule 1) Project_WXYZ.m WXYZ are as s
You will create a text-based M-fille named (Rule 1) Project_WXYZ.m WXYZ are as specified in Rule 1. Always use semicolons to suppress output; 10 points deducted for every missing …
You will create a very simple two numbers calculator with save options; here is
You will create a very simple two numbers calculator with save options; here is the specifications for the application. Create a form divided vertically in two halves with right a…
You will create a windows VB.Net application that will accept the customer type,
You will create a windows VB.Net application that will accept the customer type, number of blue skateboards needed and the number of yellow skateboards needed. The customer type i…
You will create a windows VB.Net application that will accept the customer type,
You will create a windows VB.Net application that will accept the customer type, number of blue skateboards needed and the number of yellow skateboards needed. The customer type i…
You will create an abstract publication class that will define a general publica
You will create an abstract publication class that will define a general publication. It will be too general for specific publications. A publication properties will consist of: &…
You will create an array manipulation program that allows the user to do pretty
You will create an array manipulation program that allows the user to do pretty much whatever they want to an array. Present the user with a menu, detect their choice, and provide…
You will create the Die, LoadedDie, and Game classes. You will use them in the s
You will create the Die, LoadedDie, and Game classes. You will use them in the simply dice rolling game. • Die class- it requires an integer N that is the number of sides and retu…
You will create the Die, LoadedDie, and Game classes. You will use them in the s
You will create the Die, LoadedDie, and Game classes. You will use them in the simply dice rolling game. • Die class- it requires an integer N that is the number of sides and retu…
You will create the SQL Script to create procedures to insert/ update data and p
You will create the SQL Script to create procedures to insert/ update data and process a project delay - SP_ProcessProjectDelay: Given a project Id, this procedure finds if any ma…
You will create the SQL Scripts to create procedures to insert/ update data. The
You will create the SQL Scripts to create procedures to insert/ update data. The following definitions specify the parameters that can be passed in. The underlined parameters are …
You will create the ShoutBox class for your Virtual World. Your ShoutBox class w
You will create the ShoutBox class for your Virtual World. Your ShoutBox class will have two methods: Method shoutOutCannedMessage() will return type String. The shoutOutCannedMes…
You will create the ShoutBox class for your Virtual World. Your ShoutBox class w
You will create the ShoutBox class for your Virtual World. Your ShoutBox class will have two methods: Method shoutOutCannedMessage() will return type String. The shoutOutCannedMes…
Subject
Web development and programming
Use Browse or pick another subject.