Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1138 / 1333
Write a program which will serve as a Magic Square Tester. In particular, your p
Write a program which will serve as a Magic Square Tester. In particular, your program is to 1. Read data sets of the following form: a. N, an integer representing the dimension o…
Write a program which will use a class named Product. The Product class will hav
Write a program which will use a class named Product. The Product class will have data values for name (string) and price (double). It will have functions to do the following: · …
Write a program which: 1. Asks the user to enter a binary number ,example: 10110
Write a program which: 1. Asks the user to enter a binary number ,example: 1011011 2. Validates that the entry is a binary number. Nothing but a binary number should be allowed. 3…
Write a program which: 1. Asks the user to enter a binary number ,example: 10110
Write a program which: 1. Asks the user to enter a binary number ,example: 1011011 2. Validates that the entry is a binary number. Nothing but a binary number should be allowed. 3…
Write a program which: 1. Asks the user to enter a positive integer greater than
Write a program which: 1. Asks the user to enter a positive integer greater than 0 2. Validates that the entry is a positive integer 3. Outputs the digits in reverse order with a …
Write a program which: 1. Asks the user to enter his/her name AND validates it 2
Write a program which: 1. Asks the user to enter his/her name AND validates it 2. Once the name is validated, then the program prompts the user to enter anything (s)he wants until…
Write a program which: 1. Assigns data given below into the 2D array of integers
Write a program which: 1. Assigns data given below into the 2D array of integers which is 10x10 2. Prints out the contents of the 2D array after assigning the data to make sure co…
Write a program which: 1. Prints out the Multiplication Table for a range of num
Write a program which: 1. Prints out the Multiplication Table for a range of numbers (positive integers). • Prompts the user for a starting number: say 'x' • Prompts the user for …
Write a program which: 1. Prompts the user for 5 test scores as integers greater
Write a program which: 1. Prompts the user for 5 test scores as integers greater than or equal to zero and less than or equal to 100. 2. Validates that the user entries are valid …
Write a program which: Asks the user to enter a positive integer greater than 0
Write a program which: Asks the user to enter a positive integer greater than 0 Validates that the entry is a positive integer Outputs the digits in reverse order with a space sep…
Write a program which: Asks the user to enter any sequence of characters The pro
Write a program which: Asks the user to enter any sequence of characters The program should display all the lower-case vowels that are present and the number of times each vowel o…
Write a program which: Prompts the user for a positive integer >= 0 Validates th
Write a program which: Prompts the user for a positive integer >= 0 Validates the user input to ensure it is a positive integer >= 0 Allocate (dynamically) an array big enou…
Write a program which: Prompts the user for a positive integer >= 0 Validates th
Write a program which: Prompts the user for a positive integer >= 0 Validates the user input to ensure it is a positive integer >= 0 Allocate (dynamically) an array big enou…
Write a program which: Reads students’ names followed by their test scores. The
Write a program which: Reads students’ names followed by their test scores. The program should output each student’s name followed by the test scores and the relevant grade. It sh…
Write a program whose main function creates a second thread and then use a globa
Write a program whose main function creates a second thread and then use a global variable to have the two threads ( main is always the starting point of the first thread, no?) co…
Write a program whose main function creates a second thread and then use a globa
Write a program whose main function creates a second thread and then use a global variable to have the two threads ( main is always the starting point of the first thread, no?) co…
Write a program whose main function creates a second thread and then use a globa
Write a program whose main function creates a second thread and then use a global variable to have the two threads ( main is always the starting point of the first thread, no?) co…
Write a program whose main function is merely a collection of variable declarati
Write a program whose main function is merely a collection of variable declarations and function calls. This program reads a text and outputs the letters, together with their coun…
Write a program whose main function is merely a collection ofvariable declaratio
Write a program whose main function is merely a collection ofvariable declarations and function calss. This program reads a textand outputs the letters, together with their counts…
Write a program whose source file is named \"UnitProgl.java\" that does the foll
Write a program whose source file is named "UnitProgl.java" that does the following: Creates a frame with a GridLayout Manager Creates two panels and adds them to the frame, stack…
Write a program whose source file is named \"UnitProgl.java\" that does the foll
Write a program whose source file is named "UnitProgl.java" that does the following: Creates a frame with a GridLayout Manager Creates two panels and adds them to the frame, stack…
Write a program whose source file is named \"UnitProgl.java\" that does the foll
Write a program whose source file is named "UnitProgl.java" that does the following: Creates a frame with a GridLayout Manager Creates two panels and adds them to the frame, stack…
Write a program whose source file is named \"UnitProgl.java\" that does the foll
Write a program whose source file is named "UnitProgl.java" that does the following: Creates a frame with a GridLayout Manager Creates two panels and adds them to the frame, stack…
Write a program will start by asking the user for the size of the shape to print
Write a program will start by asking the user for the size of the shape to print, and will then print the shape of the appropriate size. This is the pattern: all the lines between…
Write a program with 4 methods, get two output execution runs of the program The
Write a program with 4 methods, get two output execution runs of the program The program calls the following 4 methods, which have not been written. It is your job to write these …
Write a program with 5 arrays. Names(10) ID(10) Score1(10) Score2(10) Score3(10)
Write a program with 5 arrays. Names(10) ID(10) Score1(10) Score2(10) Score3(10) Your program should display the following menu of choices to the user. It should perform the opera…
Write a program with C++ that can be used by the Texas Levy System to track how
Write a program with C++ that can be used by the Texas Levy System to track how much the river has risen with the rain that has fallen in a course of a year. It should have a 12-e…
Write a program with ONLY main function in it that displays a square box with \"
Write a program with ONLY main function in it that displays a square box with "@" whose side is specified by a variable "side". The value of "side" will be input from the user of …
Write a program with ONLY main function in it that displays a square box with \"
Write a program with ONLY main function in it that displays a square box with "@" whose side is specified by a variable "side". The value of "side" will be input from the user of …
Write a program with String class that asks the user to enter the name of a file
Write a program with String class that asks the user to enter the name of a file that contains a set of integer values, and then asks the user to enter an integer number. The prog…
Write a program with a Graphical User Interface (GUI) that converts a number fro
Write a program with a Graphical User Interface (GUI) that converts a number from one to 99 to its English equivalence. You will need two arrays of Strings, one with the names of …
Write a program with a Graphical User Interface (GUI) that inputs a date in the
Write a program with a Graphical User Interface (GUI) that inputs a date in the usual American numerical format of Month/Day/Year and displays it spelling out the month. Display a…
Write a program with a Player class for a player who can carry a limited number
Write a program with a Player class for a player who can carry a limited number of items, represented by strings. The class should define the following attributes: -name for the p…
Write a program with a Player class for a player who can carry a limited number
Write a program with a Player class for a player who can carry a limited number of items, represented by strings. The class should define the following attributes: name for the pl…
Write a program with a Square class containing two data members, side (type int)
Write a program with a Square class containing two data members, side (type int) and color (type string). Write the necessary constructor(s) and member function to be used with th…
Write a program with a class called CheapWatch that provides the time of day in
Write a program with a class called CheapWatch that provides the time of day in a program. Three unsigned integers should be used to represent time: The first integer should repre…
Write a program with a class called CheapWatch that provides the time of day in
Write a program with a class called CheapWatch that provides the time of day in a program. Three unsigned integers should be used to represent time: The first integer should repre…
Write a program with a class called CheapWatch thatprovides the time of day in a
Write a program with a class called CheapWatch thatprovides the time of day in a program. Three unsigned integersshould be used to represent time: The first integer should represe…
Write a program with a class to play Tic-Tac-Toe. Here is the structure of the p
Write a program with a class to play Tic-Tac-Toe. Here is the structure of the program: Create a char type named constant named NOBODY with a value of ''. Create 9 char fields ini…
Write a program with a function called studentDetails to print the name, age, se
Write a program with a function called studentDetails to print the name, age, section of a student when called. Call the function 4 times with 4 different sets of data. The progra…
Write a program with a function template for a function that will determine the
Write a program with a function template for a function that will determine the maximum value of three arguments. Write a program where the user will enter three integers and u…
Write a program with a function template for a function that will determine the
Write a program with a function template for a function that will determine the maximum value of three arguments. Write a program where the user will enter three integers and use …
Write a program with a function to read in the file parts.txt into a vector of s
Write a program with a function to read in the file parts.txt into a vector of structs. The data file is on ANGEL in zipped format. The first few lines of the file look like: P-13…
Write a program with a graphical interface that allows the user to convert an am
Write a program with a graphical interface that allows the user to convert an amount of money between U.S. dollars (USD), euros (EUR), and British pounds (GBP). The user interface…
Write a program with a graphical interface that implements a login window with t
Write a program with a graphical interface that implements a login window with text fields for the user name and password. When the login is successful, hide the login window and …
Write a program with a language of vour choice takes two sets as input and outpu
Write a program with a language of vour choice takes two sets as input and outputs the intersection, union, difference, and Cartesian product of the two sets. NOTE: 1/ Your progra…
Write a program with a language of your choice takes two sets as input and outpu
Write a program with a language of your choice takes two sets as input and outputs the intersection, union, difference, and Cartesian product of the two sets. NOTE 1/ Your program…
Write a program with a loop and indexed addressing that calculates the sum of al
Write a program with a loop and indexed addressing that calculates the sum of all the gaps between successive array elements. The array elements are doublewords, sequenced in nond…
Write a program with a loop and indirect addressing that copies a string from so
Write a program with a loop and indirect addressing that copies a string from source to target, reversing the character order in the process. Use the following variables: source B…
Write a program with a loop that lets the user enter a series of positve integer
Write a program with a loop that lets the user enter a series of positve integers. The user should enter -99 as a sentinel to signal the end of the series. If the user enters a ne…