Web development and programming
191828 questions • Page 3444 / 3837
You are to write a program that simulates playing the solitaire card game Clock.
You are to write a program that simulates playing the solitaire card game Clock. We provide several sites at the end of this document that describe and demonstrate the rules; we s…
You are to write a program that tests whether two words are anagrams (permutatio
You are to write a program that tests whether two words are anagrams (permutations of the same letters). Non-alphabetic characters are ignored and lowercase characters are treated…
You are to write a program that will accept as input the total square footage of
You are to write a program that will accept as input the total square footage of wall space of a room and the price of a gallon of paint. It will then return the number of gallons…
You are to write a program that will allow us to experiment with Square1 sequenc
You are to write a program that will allow us to experiment with Square1 sequences. I want you to add two procedures: (1) one called “terms” (called by the main program) whose j…
You are to write a program that will be used to look up the demographic informat
You are to write a program that will be used to look up the demographic information of a student Their are two files which I provide that contains the following information city.d…
You are to write a program that will deal with matrices. In particular you shoul
You are to write a program that will deal with matrices. In particular you should write a function that will prompt the user for a filename, open the file, and read in the matrix …
You are to write a program that will develop a user-defined function, which is c
You are to write a program that will develop a user-defined function, which is called from “main”. Your program calculates the number of the month(s) you need for making fixed-mon…
You are to write a program that will handle a cash register keeping up with sale
You are to write a program that will handle a cash register keeping up with sales, payment, change and a running total of cash in the cash register. The cash register will start w…
You are to write a program that will manipulate an array. Your program should ha
You are to write a program that will manipulate an array. Your program should handle up to 100 integer numbers. For each part below, write one or more functions (there are anumber…
You are to write a program that will manipulate an array. Your program should ha
You are to write a program that will manipulate an array. Your program should handle up to 100 integer numbers. Label the results for each printed out below. You will have several…
You are to write a program that will manipulate an array. Your program should ha
You are to write a program that will manipulate an array. Your program should handle up to 100 integer numbers. Label the results for each printed out below. You will have several…
You are to write a program that will multiply two numbers and print out the two
You are to write a program that will multiply two numbers and print out the two numbers and the results. Your program should handle up to 30 digit integer numbers. Your input for …
You are to write a program that will perform calculations with a two dimensional
You are to write a program that will perform calculations with a two dimensional array. You are to development the following functions to support this effort. Write a function for…
You are to write a program that will read up to 100 characters from stdin . It w
You are to write a program that will read up to 100 characters fromstdin. It will read in the characters, one at atime until the sentinel of '$' is reached. Your program muststore…
You are to write a program that will substitute one string for a new string thro
You are to write a program that will substitute one string for a new string throughout the text. There will be several sets of strings for this program assignment. The input file …
You are to write a program to assign seats on each flight for an airline\'s only
You are to write a program to assign seats on each flight for an airline's only flight with a capacity of 80 seats (20 rows, and 4 columns). Your program should display the follow…
You are to write a program to assign seats on each flight for an airline\'s only
You are to write a program to assign seats on each flight for an airline's only flight with a capacity of 80 seats (20 rows, and 4 columns). Your program should display the follow…
You are to write a program to compute the lengths of the sides of the triangle a
You are to write a program to compute the lengths of the sides of the triangle and the area of the triangle. The three vertices of the triangle are to be entered as x and y coordi…
You are to write a program to compute the payoff time for a loan. The inputs to
You are to write a program to compute the payoff time for a loan. The inputs to the program are the amount that the person will borrow, the annual percentage rate, and the amount …
You are to write a program to generate a table of factors only used to compute m
You are to write a program to generate a table of factors only used to compute monthly payments for money borrowed. The formula to calculate monthly payments is as follows where …
You are to write a program to implement the any FSM after learning its structure
You are to write a program to implement the any FSM after learning its structure/definition. Use Java. Ø Create a (java) program “yourname-Proj1.java”. Ø Step1, In the program, …
You are to write a program to input a signal of 10Hz/*F(Farenheit) via pin PTA13
You are to write a program to input a signal of 10Hz/*F(Farenheit) via pin PTA13, determine the frequency, and output the temperature via the default serial port on pins USBTX and…
You are to write a program to perform a series of substitutions to lines of text
You are to write a program to perform a series of substitutions to lines of text from a file. Your program should prompt for the name of the file to read and the name of the file …
You are to write a program to perform a series of substitutions to lines of text
You are to write a program to perform a series of substitutions to lines of text from a file. Your program should prompt for the name of the file to read and the name of the file …
You are to write a program to perform a series of substitutions to lines of text
You are to write a program to perform a series of substitutions to lines of text from a file. Your program should prompt for the name of the file to read and the name of the file …
You are to write a program to perform a series of substitutions to lines of text
You are to write a program to perform a series of substitutions to lines of text from a file. Your program should prompt for the name of the file to read and the name of the file …
You are to write a program to perform a series of substitutions to lines of text
You are to write a program to perform a series of substitutions to lines of text from a file. Your program should prompt for the name of the file to read and the name of the file …
You are to write a program to perform a simple encryption scheme in which each l
You are to write a program to perform a simple encryption scheme in which each letter of a word is interchanged with another using a translation table. For each letter of a word, …
You are to write a program to produce a report on the inventory for some warehou
You are to write a program to produce a report on the inventory for some warehouses. The input for this program is found in several files. Each file is maintained by different dep…
You are to write a program to produce an inventory report for alocal company. Yo
You are to write a program to produce an inventory report for alocal company. Your input will be item name, item number,quantity, price per item, safe stock value. The followingsh…
You are to write a program to read numbers using a while loop. The output of the
You are to write a program to read numbers using a while loop. The output of the program should be the smallest number, the largest number, the sum of the numbers and the average …
You are to write a program to simulate the arrivals, placements, and departures
You are to write a program to simulate the arrivals, placements, and departures of segments in a segmented virtual memory. The input file will contain a sequence of commands. Your…
You are to write a program which is going to use inheritance. It should start of
You are to write a program which is going to use inheritance. It should start off with the base classes Account: contains the string name, int accountnumber, double balance. Savin…
You are to write a program which reads an ASCII text file named \"movies.txt\" w
You are to write a program which reads an ASCII text file named "movies.txt" with movie information, and then allows the user to query various information about the movie(s). File…
You are to write a program which takes in a pair of positive integers, n and m ,
You are to write a program which takes in a pair of positive integers, n and m,<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" /> (0 < m _ n <…
You are to write a program which takes in a pair of positive integers, n and m ,
You are to write a program which takes in a pair of positive integers, n and m, (0 < m _ n < 20), and outputs all the possible permutations of choosing m integers from the s…
You are to write a program which takes in a pair of positive integers, n and m,
You are to write a program which takes in a pair of positive integers, n and m, (0 < m _ n < 20), and outputs all the possible permutations of choosing m integers from the s…
You are to write a program which uses a While LOOP. you are to ask the user, thr
You are to write a program which uses a While LOOP. you are to ask the user, through an InputBox, whether they want to enter a name or not (using YES/NO). For the first name, this…
You are to write a program which will answer a pair of questions for squares, tr
You are to write a program which will answer a pair of questions for squares, triangles, circles and ellipses. A square is defined by its lower left corner (SLLx,SLLy), and the le…
You are to write a pseudocode for a program that will help the user manage their
You are to write a pseudocode for a program that will help the user manage their checkbook. The program will prompt the user to enter the check number, the date, the name the chec…
You are to write a short C program along with a design tool that will load an ar
You are to write a short C program along with a design tool that will load an array with values, then search for a value using a linear search, and then search the array (after so…
You are to write a short C program what will input two numbers (the numbers will
You are to write a short C program what will input two numbers (the numbers will come from the user) and then display the following output statements (you are to let C do the math…
You are to write a short C program. The program will input a user’s first name f
You are to write a short C program. The program will input a user’s first name followed by a number that represents the number of times to display the name. The output will be a l…
You are to write a short program that will input a positive integer numbers in t
You are to write a short program that will input a positive integer numbers in the range 1 - 10. If the input numbers are not in the correct range a message should be sent to the…
You are to write a short program that will input a positive integer numbers in t
You are to write a short program that will input a positive integer numbers in the range 1 - 10. If the input numbers are not in the correct range a message should be sent to the …
You are to write a simulation of the Craps dice game. Read the requirements care
You are to write a simulation of the Craps dice game. Read the requirements carefully, as I expect you to implement these requirements, and you will lose points for non-compliance…
You are to write a subroutine named \"keypad4x4_float\" that will use the keypad
You are to write a subroutine named "keypad4x4_float" that will use the keypad to input multi-digit floating point numbers. when called, the subroutine should read characters from…
You are to write a subroutine named keypad4x4 integer\" that will use the keypad
You are to write a subroutine named keypad4x4 integer" that will use the keypad to input multi-digit integers. (You may use any of the functions from keypad4x4.h as building block…
You are to write an ARM assembly program that uses the Sieve of Eratosthenes (er
You are to write an ARM assembly program that uses the Sieve of Eratosthenes (er-uh-tos-thuh-neez) algorithm to calculate all prime numbers less than or equal to N, where N is a n…
You are to write an ARM assembly program that uses the Sieve of Eratosthenes (er
You are to write an ARM assembly program that uses the Sieve of Eratosthenes (er-uh-tos-thuh-neez) algorithm to calculate all prime numbers less than or equal to N, where N is a n…
Subject
Web development and programming
Use Browse or pick another subject.