Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1079 / 1333
Write a program that determines whether a meeting room is in violation of fire l
Write a program that determines whether a meeting room is in violation of fire law regulations regarding the maximum room capacity. The program will read in the maximum room capac…
Write a program that determines which of a company\'s eight divisions (North, So
Write a program that determines which of a company's eight divisions (North, South, East, West, Northeast, Southeast, Northwest, Southwest) had the greatest sales for a quarter. I…
Write a program that determines which of the four geographic regions within a ma
Write a program that determines which of the four geographic regions within a major city (North, South, East, and West) had the fewest reported automobile accidents last year. It …
Write a program that discovers all anagrams of all words listed in an input file
Write a program that discovers all anagrams of all words listed in an input file that stores the entries in a large dictionary. An anagram of a word is a rearrangement of its lett…
Write a program that display different message based on a random generated tempe
Write a program that display different message based on a random generated temperature input. The loop should run for 100 times unless it hit the number -128. If -40 <= tempera…
Write a program that displays a circle of given size and calculates and displays
Write a program that displays a circle of given size and calculates and displays the area, radius, diameter, and circumference. Use the following equations: diameter = 2(radius) a…
Write a program that displays a circle with radius 10 pixels. You can point the
Write a program that displays a circle with radius 10 pixels. You can point the mouse inside the circle and drag (i.e., move with mouse pressed) the circle wherever the mouse goes…
Write a program that displays a diamond of given the odd length (anodd integer s
Write a program that displays a diamond of given the odd length (anodd integer size less than or equal to 21). Your program should accept as inputfrom the keyboard the character u…
Write a program that displays a frame with the following GUI elements: a label t
Write a program that displays a frame with the following GUI elements: a label that displays a simple icon with a circle initially colored solid red - a button labeled "Green" a b…
Write a program that displays a long message on the 2X16 LCD on the trainer boar
Write a program that displays a long message on the 2X16 LCD on the trainer board. In order to show a message that is longer than 16 characters you need to scroll the display. So …
Write a program that displays a menu and asks the user to pick one of the option
Write a program that displays a menu and asks the user to pick one of the options. The program should run continuously until the user selects quit. Make sure to validate using the…
Write a program that displays a menu and asks the user to pick one of the option
Write a program that displays a menu and asks the user to pick one of the options. The program should run continuosly until the user selects quit. Make sure to validate using the …
Write a program that displays a pyramid pattern. Use a nested for the loop that
Write a program that displays a pyramid pattern. Use a nested for the loop that prints the following output: You need to figure out how many spaces to print before the numbers. Th…
Write a program that displays a simulated paycheck. Theprogram should ask the us
Write a program that displays a simulated paycheck. Theprogram should ask the user to enter the date, the payee's name,and the amount of the check. It should then display asimulat…
Write a program that displays a single character in allpossible combinations of
Write a program that displays a single character in allpossible combinations of foreground and background colors (16 x16=256). The colors are numbered 0 to 15, so you can use a ne…
Write a program that displays a string “Welcome to Java” around the circle, as s
Write a program that displays a string “Welcome to Java” around the circle, as shown below. You need to display each character in the right location with appropriate rotation usin…
Write a program that displays a student tuition report. A loop in the program sh
Write a program that displays a student tuition report. A loop in the program should ask the user for a fictitious student ID number, total financial aid received by the student, …
Write a program that displays a table of meters starting at 0 and through some m
Write a program that displays a table of meters starting at 0 and through some maximum meter and their feet equivalents. you must write you program so maximum meter will be inputt…
Write a program that displays a table of the Celsius temperatures 0 thru 20 and
Write a program that displays a table of the Celsius temperatures 0 thru 20 and their Fahrenheit equivalents. The formula for convertng a temperature from Celsius to Fahrenheit is…
Write a program that displays a tic-tac-toe, board. A cell may be X, O or empty.
Write a program that displays a tic-tac-toe, board. A cell may be X, O or empty. What to display in each cell is randomly selected. Use the GridPane to control your cells and show…
Write a program that displays a tic-tac-toe, board. A cell may be X, O or empty.
Write a program that displays a tic-tac-toe, board. A cell may be X, O or empty. What to display in each cell is randomly selected. Use the GridPane to control your cells and show…
Write a program that displays a weekly payroll report. A loop in the program sho
Write a program that displays a weekly payroll report. A loop in the program should ask the user for the employee num ber~ gross pay, state tax, federal tax, and FICA withholdings…
Write a program that displays a weekly payroll report. A loop in the program sho
Write a program that displays a weekly payroll report. A loop in the program should ask the user for the employee num ber~ gross pay, state tax, federal tax, and FICA withholdings…
Write a program that displays a weekly payroll report. Code a loop that asks use
Write a program that displays a weekly payroll report. Code a loop that asks user fro employee number, gross pay, state tax, federal tax, and FICA withholdings. The loop terminate…
Write a program that displays a window derived from a JFrame. Within the window,
Write a program that displays a window derived from a JFrame. Within the window, do the following: * The JFrame should have Border layout. * Within the center of the JFrame, place…
Write a program that displays a window derived from a JFrame. Within the window,
Write a program that displays a window derived from a JFrame. Within the window, do the following: * The JFrame should have Border layout. * Within the center of the JFrame, place…
Write a program that displays ex for a non negative number x. the number x will
Write a program that displays ex for a non negative number x. the number x will come from user input. it is sufficient to use 10 as a maximum number for n. The function factorial …
Write a program that displays four cards randomly selected from a deck of 52 if
Write a program that displays four cards randomly selected from a deck of 52 if the Refresh button is clicked, shown below. The card image files are named 1.png, 2.png … 52.png an…
Write a program that displays four cards randomly selected from a deck of 52 if
Write a program that displays four cards randomly selected from a deck of 52 if the Refresh button is clicked, shown below. The card image files are named 1.png, 2.png … 52.png an…
Write a program that displays the appropriate shipping charge based on the regio
Write a program that displays the appropriate shipping charge based on the region code entered by the user. To be valid, the region code must contain exactly three characters: a l…
Write a program that displays the binary representation of an integer as a \'1\'
Write a program that displays the binary representation of an integer as a '1' is shifted through all 32 bits of an integer storage location. Also print the: - Decimal value of th…
Write a program that displays the commission of a salesman using a function. Def
Write a program that displays the commission of a salesman using a function. Define a function called CalcCommision.Your program should prompt the user to enter the sales amount i…
Write a program that displays the commission of a salesman using a function. Def
Write a program that displays the commission of a salesman using a function. Define a function called CalcCommision.Your program should prompt the user to enter the sales amount i…
Write a program that displays the commission of a salesman using a function. Def
Write a program that displays the commission of a salesman using a function. Define a function called CalcCommision.Your program should prompt the user to enter the sales amount i…
Write a program that displays the commission of a salesman using two functions.
Write a program that displays the commission of a salesman using two functions. The first function is called to prompt and get sales amount from user and the sale amount is return…
Write a program that displays the first 50 prime numbers in ascending order. Use
Write a program that displays the first 50 prime numbers in ascending order. Use a generic queue given below to store the prime numbers. Also, use the given method isPrime() to de…
Write a program that displays the following menu: Geometry Calculator ----------
Write a program that displays the following menu: Geometry Calculator ---------------------------------------------------- 1. Calculate the Area of a Circle 2. Calculate the Area …
Write a program that displays the following menu: Geometry Calculator 1. Calcula
Write a program that displays the following menu: Geometry Calculator 1. Calculate the Area of aCircle 2. Calculate the Area of aRectangle 3. Calculate the Area of …
Write a program that displays the following menu: Geometry Calculator 1. Calcula
Write a program that displays the following menu:Geometry Calculator1. Calculate the Area of a Circle2. Calculate the Area of a Rectangle3. Calculate the Area of a Triangle4. Quit…
Write a program that displays the following menu: If the user enters 1, the prog
Write a program that displays the following menu: If the user enters 1, the program should ask for the radius of the circle and then display its area. Use the following formula: a…
Write a program that displays the following menu: If the user enters 1, the prog
Write a program that displays the following menu: If the user enters 1, the program should ask for the radius of the circle and then display its area. Use the following formula: a…
Write a program that displays the following table (note that 1 kilogram is 2.2 p
Write a program that displays the following table (note that 1 kilogram is 2.2 pounds): (Find numbers divisible by 5 and 6) Write a program that displays, ten numbers per line, al…
Write a program that displays the following table. Keep the tab space formatting
Write a program that displays the following table. Keep the tab space formatting. (1 mile is 1.609 kilometers.) Please attach short whiteboard f pseudo code to display problem sol…
Write a program that displays the speed of sound through a pre-calculated select
Write a program that displays the speed of sound through a pre-calculated selection of mediums. (in C++) (Please take your time and include comments so that I can follow your prog…
Write a program that displays the squares of the numbers from 1 to 10. Recall th
Write a program that displays the squares of the numbers from 1 to 10. Recall that the square of a number is just the number multiplied by itself. Demonstrate your knowledge of bo…
Write a program that displays the squares of the numbers from 1 to 10. Recall th
Write a program that displays the squares of the numbers from 1 to 10. Recall that the square of a number is just the number multiplied by itself. Demonstrate your knowledge of bo…
Write a program that do the following unit conversion based on user menu selecti
Write a program that do the following unit conversion based on user menu selection: (use while or do-while loop until the user enter 'Quit' selection) Seconds to hours, minutes an…
Write a program that do the following: 1) Declare an array alpha of 10 rows and
Write a program that do the following: 1) Declare an array alpha of 10 rows and 20 columns of type int 2) Initialize the array to 0 3) Store 5 in the first column and make sure th…
Write a program that does a magic trick. C++ Overview: We will write a program t
Write a program that does a magic trick. C++ Overview: We will write a program that does a magic trick. Pick two people to create a mental link between (Person A and Person B for …
Write a program that does a simulation of the “Let’s Make a Deal” game. The prog
Write a program that does a simulation of the “Let’s Make a Deal” game. The program will take as input the number of simulations to be done. The game is simply choosing a door fro…