Web development and programming
191828 questions • Page 66 / 3837
(This is in the Java language. I just need help with these methods the construct
(This is in the Java language. I just need help with these methods the constructor code is already written) (Need method to increase red, grayscale, and the last method) Thank you…
(This is the hospital uses to following chart to classify their patients. ) 105.
(This is the hospital uses to following chart to classify their patients. ) 105.8<= temp "medical emergency " 100.4<= temp && temp <= 105.8 "hyperthermic" 99.5<…
(This is using JavaFX) Write a program that uses a BorderPane that: 1. starts wi
(This is using JavaFX) Write a program that uses a BorderPane that: 1. starts with two buttons on the bottom and your name on the screen and the two buttons should be programmed f…
(This is using JavaFX) Write a program that uses a BorderPane that: 1. starts wi
(This is using JavaFX) Write a program that uses a BorderPane that: 1. starts with two buttons on the bottom and your name on the screen and the two buttons should be programmed f…
(This needs to be done in C++) Your lease is up and it’s time to move. Unfortuna
(This needs to be done in C++) Your lease is up and it’s time to move. Unfortunately, you have a lot of stuff and you don’t want to spend too much time moving it because you’d rat…
(This program project comes from Chapter 11: Exceptions and Input/Output Operati
(This program project comes from Chapter 11: Exceptions and Input/Output Operations in the book Java Illuminated) Design a class that checks if a String is made of tokens of the s…
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe ga
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe game. Your program must contain the class ticTacToe to implement a ticTacToe object. Include a 3-b…
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe ga
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe game. Your program must contain the class ticTacToe to implement a ticTictoe object. Include 3-by-3 t…
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe ga
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe game. Your program must contain the class ticTacToe to implement a ticTacToe object. Include a -by-tw…
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe ga
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe game. Your program must contain the class ticTacToe to implement a ticTacToe object. Include a 3-by-3…
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe ga
(Tic-Tac-Toe) Write a program that allows two players to play the tic-tac-toe game. Your program must contain the class ticTacToe to implement a ticTacToe object. Include a 3-by-3…
(TicTacToe Class) Create a class TicTacToe that will enable you to write a compl
(TicTacToe Class) Create a class TicTacToe that will enable you to write a complete program to play the game of tic-tac-toe. The class contains as private data a 3-by-3 two-dimens…
(Time Sensative) linux Question 13 pts What are the three standard Linux permiss
(Time Sensative) linux Question 13 pts What are the three standard Linux permissions? Flag this Question Question 23 pts Which construct can be used in a shell script to read Stan…
(Time Sensitive) Shell Scripting [ File1 can hold any content, but cannot have a
(Time Sensitive) Shell Scripting [ File1 can hold any content, but cannot have an extension eg .txt] Select the lines from file file1 that have exactly three characters in them. S…
(Tip Calculator Modification) The Tip Calculator app from Section 25.5 does not
(Tip Calculator Modification) The Tip Calculator app from Section 25.5 does not need a Button to perform its calculations. Reimplement this app to use property listeners to perfor…
(Tip, Tax, and Total) | Create a VB application that lets the user enter the amo
(Tip, Tax, and Total) | Create a VB application that lets the user enter the amount for food charge for a meal at a restaurant. The designer view should be as shown below. Tip, Ta…
(Tokenizing Telephone Numbers) Write a program that inputs a telephone number as
(Tokenizing Telephone Numbers) Write a program that inputs a telephone number as a string in the form (555) 555-5555. The program should use function strtok to extract the area co…
(Towers of Hanoi) Every budding computer scientist must grapple with certain cla
(Towers of Hanoi) Every budding computer scientist must grapple with certain classic problems, and the Towers of Hanoi is one of the most famous. Legend has it that in a temple in…
(Towers of Hanoi) In this chapter, you studiedfunctions that can be easily imple
(Towers of Hanoi) In this chapter, you studiedfunctions that can be easily implemented both recursively anditeratively. In this exercise, we present a problem whose recursivesolut…
(Triangle class) Design a new Triangle class that extends the abstract Geometric
(Triangle class) Design a new Triangle class that extends the abstract GeometricObject class. Draw the UML diagram for the classes Triangle and GeometricObject and then implement …
(Trinagles of Asterisks) Write a program that displays the following patterns se
(Trinagles of Asterisks) Write a program that displays the following patterns separately, one bellow the other in a Textbox. Uses for...Next loops to generate the patterns. All as…
(True/False) When debugging a program in break mode, the Step Into command cause
(True/False) When debugging a program in break mode, the Step Into command causes the currently highlighted line of code to execute. a. True b. False Which of the following code e…
(Two Dimensional and one Dimensional Array Program) Save as: LastNameFLab12Pg01.
(Two Dimensional and one Dimensional Array Program) Save as: LastNameFLab12Pg01.CPP Inside main (), declare one dimensional array Days to store the number of days in months of yea…
(Typing Program: Tuning a Crucial Skill in the Computer Age) Typing quickly and
(Typing Program: Tuning a Crucial Skill in the Computer Age) Typing quickly and correctly is an essential skill for working effectively with computers and the Internet. In this ex…
(U6CP) BUSINESS CASE A healthy lifestyle advocacy group is aiming to build a bik
(U6CP) BUSINESS CASE A healthy lifestyle advocacy group is aiming to build a bike sharing system within a medium-size metropolitan area. The group has signed a contract with a com…
(U7DA) Introduction The database design process for noSQL databases is different
(U7DA) Introduction The database design process for noSQL databases is different from one for relational (SQL) databases. As we learned noSQL database does not require to have a p…
(UNIX | BASH SCRIPT) In this lab you have to create a script to convert wav audi
(UNIX | BASH SCRIPT) In this lab you have to create a script to convert wav audio files into mp3 audio files. This is not just changing the file extension but actually converting …
(UPDATED WITH INSTRUCTIONS) Hello everyone, I need some assistance completing th
(UPDATED WITH INSTRUCTIONS) Hello everyone, I need some assistance completing this program assignment. In this assignment only it is needed to add specific code to the QMain.cpp .…
(USE JAVA PLEASE) Design and implement a Member object with appropriate data fie
(USE JAVA PLEASE) Design and implement a Member object with appropriate data fields and methods. Each member should at least contain a CUNYID and a name. There is no need for VIP …
(USE PYTHON) Fill in the code \"\"\" To run this script, type python buyLotsOfFr
(USE PYTHON) Fill in the code """ To run this script, type python buyLotsOfFruit.py Once you have correctly implemented the buyLotsOfFruit function, the script should produce the …
(USING C++ NoT JAVA) A scout team consists of 5 children. There are 4 duties wit
(USING C++ NoT JAVA) A scout team consists of 5 children. There are 4 duties with a day off to be rotated among team members. Duties are: Fetching water, collecting firewood, cook…
(USING PYTHON 2.7) To complete this assignment you may find the following inform
(USING PYTHON 2.7) To complete this assignment you may find the following information useful: List.split() # splits on white space List.split(('-') # splits on a hyphen Compound l…
(USING TEXTBOOK INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION; PROBLEM 28.9) (Ge
(USING TEXTBOOK INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION; PROBLEM 28.9) (Get Bipartite sets): Recall that a graph is Bipartite if its vertices can be divided into two disjoin…
(USING TEXTBOOK INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION; PROBLEM 28.9) MUS
(USING TEXTBOOK INTRODUCTION TO JAVA PROGRAMMING 10TH EDITION; PROBLEM 28.9) MUST BE DONE IN JAVA (Get Bipartite sets): Recall that a graph is Bipartite if its vertices can be div…
(USING VISUAL STUDIOS & C Programming) 3) (5 pts) Arrays & Functions : Write a f
(USING VISUAL STUDIOS & C Programming) 3) (5 pts) Arrays & Functions: Write a function: areverse(int a[], int size) to reverse the order of the elements in the integer arr…
(USING VISUAL STUDIOS) Multiplication Table Write a program that uses a nested l
(USING VISUAL STUDIOS) Multiplication Table Write a program that uses a nested loop to print out a 10x10 multiplication table. Make sure the columns are right-aligned. Hint: pr…
(USING VISUAL STUDIOS) }Ch.10 PE 3 (Simplified, ENHANCED) Write a program } that
(USING VISUAL STUDIOS) }Ch.10 PE 3 (Simplified, ENHANCED) Write a program } that accepts a list of numbers until a non-numeric is encountered (up to 30 numbers), putting the numbe…
(Universal Conditional Statement) Fill in the blank. For all passwords p, if a l
(Universal Conditional Statement) Fill in the blank. For all passwords p, if a length of p is greater than 12 characters, then a password is strong. a. If a password is __________…
(Unordered Sets) As explained in this chapter, a set is a collection of distinct
(Unordered Sets) As explained in this chapter, a set is a collection of distinct elements of the same type. Design the class unorderedSetType, derived from the class unorderedArra…
(Unordered Sets) As explained in this chapter, a set is a collection of distinct
(Unordered Sets) As explained in this chapter, a set is a collection of distinct elements of the same type. Design the class unorderedSetType, derived from the class unorderedArra…
(Use C++) A concrete manufacturing company is developing five new formulations t
(Use C++) A concrete manufacturing company is developing five new formulations to use for highways. To ensure that the formulations produce similar results when they are prepared …
(Use C-string to solve this problem.) Write a program that reads in a sentence o
(Use C-string to solve this problem.) Write a program that reads in a sentence of up to 100 characters and outputs the sentence with spacing corrected and with letters corrected f…
(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) The regular
(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) The regular air fare between Boston and San Francisco is $500. An airline using planes with a capacity of 300 p…
(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) What mixture
(Use MATLAB Optimization Commands (linprog, quadprog, or fmincon).) What mixture of metals should we use to minimize the cost of the alloy? P.S: Put commands at the beginning of y…
(Use Visual Studio C++ to complete all following) Write a program that prompts t
(Use Visual Studio C++ to complete all following) Write a program that prompts the user input five decimal numbers. The program then should sum the five numbers, average the five …
(Use only C++) Problem: Complete Programming Challenge 4.19 in your text book (P
(Use only C++) Problem: Complete Programming Challenge 4.19 in your text book (Problem 19 in the picture above). Do not accept values larger than 10 meters or smaller than 1 x 10-…
(Use the &&, || and^operators) Write a program that prompts the user to enter an
(Use the &&, || and^operators) Write a program that prompts the user to enter an integer and determines whether it is divisible by 5 and 6, whether it is divisible by 5 or…
(Use the string class to solve the problem) Write a program (in c++) that can be
(Use the string class to solve the problem) Write a program (in c++) that can be used to train the user to use less sexist language by suggesting alternative versions of sentences…
(Use the string class to solve the problem) Write a program that can be used to
(Use the string class to solve the problem) Write a program that can be used to train the user to use less sexist language by suggesting alternative versions of sentences given by…
(Useful utility) a. Write a C++ function named isvalidReal() that checks for a v
(Useful utility) a. Write a C++ function named isvalidReal() that checks for a valid double- precision number. This kind of number can have an optional + or - sign, at most one de…
Subject
Web development and programming
Use Browse or pick another subject.