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

create a program that plots the test scores on a particular test, for all 40 stu
create a program that plots the test scores on a particular test, for all 40 students in the class. The plot will use two JavaFX Node types to plot the scores, a) a circle, or rat…
create a program that takes in a sentence from the user and encrypts it. You can
create a program that takes in a sentence from the user and encrypts it. You can create any encryption pattern you want however; your program only has to encrypt English letters. …
create a program that will ask the user enter a character to be output and the m
create a program that will ask the user enter a character to be output and the maximum number of times the character will appear on a line. Then output a pattern in which the ente…
create a program that will ask the user enter a character to be output and the m
create a program that will ask the user enter a character to be output and the maximum number of times the character will appear on a line. Then output a pattern in which the ente…
create a program that will calculate that will collect all the information to ca
create a program that will calculate that will collect all the information to calculate a student’s semester G.P.A and display the courses, grades received and the G.P.A. You will…
create a program that will determine if an inputted c-string is a palindrome or
create a program that will determine if an inputted c-string is a palindrome or not. In main, the user will input a c-string into a character array and send to user-defined functi…
create a program that will fill in the numbers of a magic square. A magic square
create a program that will fill in the numbers of a magic square. A magic square is a n x n grid in which the numbers 1, 2, 3, ….. n2 appear exactly one time, the sum of the each …
create a program that will have a player play tic-tac-toe against the computer.
create a program that will have a player play tic-tac-toe against the computer. The interface needs to be basic, using text characters, but you’re welcome to create a graphical us…
create a program to display the number of combinations where n and k are entered
create a program to display the number of combinations where n and k are entered by the user. Do not use the built-in C function to compute either combinations or factorials. Reje…
create a program to display the number of combinations where n and k are entered
create a program to display the number of combinations where n and k are entered by the user. Do not use the built-in C function to compute either combinations or factorials. Reje…
create a project and enter the skeleton example Modify the program so that the b
create a project and enter the skeleton example Modify the program so that the button label has a different message each time it's pressed (at least 10 different messages). Please…
create a project containing classes Point (you can use one of those discussed in
create a project containing classes Point (you can use one of those discussed in class), Line, and Rectangle. The class Line should extend the class Point, adding the member varia…
create a quiz of up to 25 questions and answers, give the quiz, and output how m
create a quiz of up to 25 questions and answers, give the quiz, and output how many correct and incorrect answers were given. You will use an array of 25 Question objects created …
create a round robin (TQ: 3) using linked list in C++ compute the overall wait t
create a round robin (TQ: 3) using linked list in C++ compute the overall wait time, response time, and turnaround time of EACH process P1 {4,24,5,73,3,31,5,27,4,33,6,43,4,64,5,19…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a shell script that uses if/else and other logical operators to determine
create a shell script that uses if/else and other logical operators to determine the larger of two numbers, and if two strings are equal. For this exercise, the numbers and string…
create a simple GUI flashcard program that reads data from a file. Instructions:
create a simple GUI flashcard program that reads data from a file. Instructions:The goal of this project is to create a GUI flashcard program that reads data from a text file. It …
create a simple TCP based console chat room using C#. Any help would be really a
create a simple TCP based console chat room using C#. Any help would be really appreciated. Your Program must compile This program should be done in C# In this assignment I want y…
create a simple interactive application (command line) that will allow company m
create a simple interactive application (command line) that will allow company management to manage the system. JAVA CODE. user name password FOR THIS DATABASE; Inventory System C…
create a simple java application for a rug store. The store manages the rug info
create a simple java application for a rug store. The store manages the rug information this is stored in Comma Separated Values (CSV) file (CSV files can be open using Excel OR t…
create a simple logic game in which the computer choses a random string of chara
create a simple logic game in which the computer choses a random string of characters that the player has to guess. The computer will announce to the player how many characters of…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using an auto-key cipher 1. Remove any special characters, punctuation and spaces from the message t…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using an porta cipher 1. Remove any special characters, punctuation and spaces from the message to b…
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using a porta cipher. The function must use loops and branching statements. It also may not use the …
create a single function in matlab that can both encrypt and decrypt a message u
create a single function in matlab that can both encrypt and decrypt a message using beaufort cipher. The function must use loops and branching statements. It also may not use the…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class based on an array of type double of fixed size. In the clas
create a stack class based on an array of type double of fixed size. In the class, The array should have the default size of 5. The array size should be settable via a constructor…
create a stack class to implement a rpn calculator that stores integers. output
create a stack class to implement a rpn calculator that stores integers. output a message if there are not two operands on the stack. example of rpn calc if + is input pop last tw…
create a stack class to implement a rpn calculator that stores integers. output
create a stack class to implement a rpn calculator that stores integers. output a message if there are not two operands on the stack. example of rpn calc if + is input pop last tw…
create a structure called shape then in main compute the voume and sort the inpu
create a structure called shape then in main compute the voume and sort the input txt. shapes in ascending order to produce output.txt. sample input.txt: 3.7 7.1 9.4 blue 5.1 7.8 …
create a structure called time.its three members ,all types int,should be called
create a structure called time.its three members ,all types int,should be called hours,minutes,and seconds.write a program that prompts the user to enter a time value in hours,min…
create a structure called time.its three members ,all types int,should be called
create a structure called time.its three members ,all types int,should be called hours,minutes,and seconds.write a program that prompts the user to enter a time value in hours,min…
create a temperature sensor simulator. First, display a menu that will ask the u
create a temperature sensor simulator. First, display a menu that will ask the user what season to simulate (1) winter (2) spring (3) summer (4) fall or (5) to exit. Once the use …
create a test file called bio.txt // the file will have the following format: //
create a test file called bio.txt // the file will have the following format: // lastname age // lastname age // ... // read this file and create two arrays // one array should co…
create a text-based, menu-driven program that allows the user to choose whether
create a text-based, menu-driven program that allows the user to choose whether to add, subtract, multiply or divide two numbers. The program should then input two double values f…
create a text-based,menu-driven program that allows the user to choose whether t
create a text-based,menu-driven program that allows the user to choose whether to calculate the circumference of a circle,the are of a circle or the volume of a sphere.The program…
create a tic tac toe game in C++ 9 (or fix mine) I have the following code but i
create a tic tac toe game in C++ 9 (or fix mine) I have the following code but it does not work properly. #include #include using namespace std; void drawBoard(char board[][3]); c…
create a windows application that contains 2 textbooks (with labels) and one but
create a windows application that contains 2 textbooks (with labels) and one button. the textbooks should be used to allow the user to input the x- and y- coordinates to indicate …
create a windows application that contains 2 textbooks (with labels) and one but
create a windows application that contains 2 textbooks (with labels) and one button. the textbooks should be used to allow the user to input the x- and y- coordinates to indicate …
create a windows application that contains two textboxes and two buttons. One of
create a windows application that contains two textboxes and two buttons. One of the textboxes and one of the buttons are initially invisible. The first textbox should be used to …
create an 8 × 8 int[][] array to represent a chess board and write a recursive m
create an 8 × 8 int[][] array to represent a chess board and write a recursive method which solves the eight queens problem. The goal is to find one state where eight queens are p…
create an ASP.NET page that uses a GridView to display the books from the Books
create an ASP.NET page that uses a GridView to display the books from the Books table and a RadioButtonList of all the authors to allow the user to filter the books displayed. (Be…
create an ASP.NET page that uses a GridView to display the books from the Books
create an ASP.NET page that uses a GridView to display the books from the Books table and a RadioButtonList of all the authors to allow the user to filter the books displayed. (Be…
create an Exam class with the following requirements: one string array of length
create an Exam class with the following requirements: one string array of length 20 that holds the 20 answers for the exam object created from this class. answers must be a, b, c,…
create an HTML file that contains input elements with event-handling capabilitie
create an HTML file that contains input elements with event-handling capabilities according to the requirements. The company that needed the flowchart and pseudocode for calculati…
create an application for a vending machine ithat dispenses items such as snacks
create an application for a vending machine ithat dispenses items such as snacks ( 5 types) and beverages (at least 5types), to customers automatically, after the customer inserts…
create an application for a vending machine ithat dispenses items such as snacks
create an application for a vending machine ithat dispenses items such as snacks ( 5 types) and beverages (at least 5types), to customers automatically, after the customer inserts…
create an application for a vending machine ithat dispenses items such as snacks
create an application for a vending machine ithat dispenses items such as snacks ( 5 types) and beverages (at least 5types), to customers automatically, after the customer inserts…