Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1044 / 1333
Write a program C++ program that reads students’ names followed by their test sc
Write a program C++ program that reads students’ names followed by their test scores. The program should output each student’s name followed by the test scores and the relevant gr…
Write a program C++ that defines a two-dimension integer array, which stores the
Write a program C++ that defines a two-dimension integer array, which stores the test scores for 10 students and 4 scores each student. The program should have the following funct…
Write a program C++ that receives an integer from the user and then prints the \
Write a program C++ that receives an integer from the user and then prints the "*" as in the attached picture Note : The number of "*" in the first line is the last one in line is…
Write a program C++ that receives an integer from the user and then prints the \
Write a program C++ that receives an integer from the user and then prints the "*" as in the 1st attached picture bellow : The number of "*" in the first line is the last one in l…
Write a program C++ that stores the following data about a video game in a struc
Write a program C++ that stores the following data about a video game in a structure: Field Name Description title string (name of game) genre enum (type of game) rank int time fl…
Write a program C++ that will validate the password a user enters. The program f
Write a program C++ that will validate the password a user enters. The program first gets the persons full name as a string and then his username (also string), followed by the pa…
Write a program Coin Flip that accepts user input using Scanner. Your program st
Write a program Coin Flip that accepts user input using Scanner. Your program starts the user out with $10. Ask the user how much they want to bet. When the user is guessing the r…
Write a program ComputeStats.java that reads two files and computes min, max, me
Write a program ComputeStats.java that reads two files and computes min, max, mean, and standard deviation of student scores. The program reads two files scores.txt and majors.txt…
Write a program CustomerAccountArray that manages an array of CustomerAccount ob
Write a program CustomerAccountArray that manages an array of CustomerAccount objects by performing these steps: Asks the user how many different CustomerAccounts to create Make a…
Write a program Days.java that performs the following, Define a method called ge
Write a program Days.java that performs the following, Define a method called getDays which takes three integer parameters, month, day and year of a date, calculate and return the…
Write a program Distinct that takes an arbitrary number of integer command-line
Write a program Distinct that takes an arbitrary number of integer command-line arguments; it should print true if they all have distinct values, and false otherwise. For example,…
Write a program DivisionCheck in python that reads an integer and prints whether
Write a program DivisionCheck in python that reads an integer and prints whether it is divisible by only 2 or divisible by only 3 or divisible by both or divisible by neither 2 no…
Write a program DivisionCheck.py that reads an integer and prints whether it is
Write a program DivisionCheck.py that reads an integer and prints whether it is divisible by only 2 or divisible by only 3 or divisible by both or divisible by neither 2 nor 3. Ad…
Write a program FLOWCHART that lets the user enter a sequence of numbers. The pr
Write a program FLOWCHART that lets the user enter a sequence of numbers. The program should stop when it notices that the last two numbers entered were identical. At this point, …
Write a program Find that searches all files specified on the command line and p
Write a program Find that searches all files specified on the command line and prints out all lines containing a reserved word. For example, if you call java Find ring report.txt …
Write a program Find that searches all files specified on the command line and p
Write a program Find that searches all files specified on the command line and prints out all lines containing a specified word. For example, if you call java Find ring report.txt…
Write a program Gradebook using three classes: Course, Student, and Person that
Write a program Gradebook using three classes: Course, Student, and Person that reads the attached input.txt file and writes an output.txt file following the sample below for each…
Write a program Grader that that will be used by a program driver to enter in gr
Write a program Grader that that will be used by a program driver to enter in grades that a student has earned and the prints out their final grade. In this particular scenario th…
Write a program Grader that that will be used by a program driver to enter in gr
Write a program Grader that that will be used by a program driver to enter in grades that a student has earned and the prints out their final grade. In this particular scenario th…
Write a program IN C, that counts the number of negative values, the number of p
Write a program IN C, that counts the number of negative values, the number of positive values and the number of zeros in a floating point array. Instead of performing these count…
Write a program IN JAVA that asks the user for a number. The program should chec
Write a program IN JAVA that asks the user for a number. The program should check the number to ensure that it is valid (if not, the user should enter a valid number to continue.)…
Write a program IN JAVA that prompts the user for the wholesale price and markup
Write a program IN JAVA that prompts the user for the wholesale price and markup percentage of an item. The program should invoke a method to calculate the retail price of the ite…
Write a program In C language (not C++), write a program for the following 15. P
Write a program In C language (not C++), write a program for the following 15. Produce the nth fibonnaci number in the fibonnaci sequence. Ask the user to input which number in th…
Write a program MakeFile.cpp that creates a file random.dat that contains 200 ra
Write a program MakeFile.cpp that creates a file random.dat that contains 200 random numbers where each number is the sum of 12 random values rand( )%9. When we add a sufficient n…
Write a program MilesPerGallonCalculator. The program prompts for the starting m
Write a program MilesPerGallonCalculator. The program prompts for the starting mileage on the odometer and then the ending mileage. Compute the distance traveled and display it. T…
Write a program Minesweeper.java that takes 2 integers from the user m and n, an
Write a program Minesweeper.java that takes 2 integers from the user m and n, and produces an m-by-n boolean array where each entry is occupied with probability 0.25. In the mines…
Write a program MySelection.java that reads 3 different lists from a file, sorts
Write a program MySelection.java that reads 3 different lists from a file, sorts them using selection sort and print the sorted list to the screen. Use the following main function…
Write a program NumberList that computes the largest and smallest values in a se
Write a program NumberList that computes the largest and smallest values in a sequence of numbers. Supply methods void addValue(int x) int getLargest() int getSmallest() Keep trac…
Write a program NumberList that computes the largest and smallest values in a se
Write a program NumberList that computes the largest and smallest values in a sequence of numbers. Supply methods void addValue(int x) int getLargest() int getSmallest() Keep trac…
Write a program Part A and implement the following in the main method: 1. Declar
Write a program Part A and implement the following in the main method: 1. Declare an array arr1 and initialize it to 1, 2, 3, 4, 5, 6, 7, 8, and 9 (From this point on, use the var…
Write a program PyramidUp.c that reads an integer from the user and outputs the
Write a program PyramidUp.c that reads an integer from the user and outputs the following pattern where the number of stars at the bottom is equal to the number read. Write a prog…
Write a program PyramidUp.c that reads an integer from the user and outputs the
Write a program PyramidUp.c that reads an integer from the user and outputs the following pattern where the number of stars at the bottom is equal to the number read. Write a prog…
Write a program RunningReport.Java that reports the statics of the running recor
Write a program RunningReport.Java that reports the statics of the running record. 1) Ask user to enter miles ran within the week. (Day 1, Monday, through day 7, Sunday). Runner c…
Write a program SelectWinner.java to pick winners. You have 4 t-shirts and 2 ipa
Write a program SelectWinner.java to pick winners. You have 4 t-shirts and 2 ipads to give away and a pool of 16 students. The students are assigned numbers from 1 to 16. (Make us…
Write a program SpendingLog.java that performs the following, Ask user to enter
Write a program SpendingLog.java that performs the following, Ask user to enter daily spending amount for the week. (Day 1, Monday, through day Sunday). Save the numbers in an arr…
Write a program SpendingLog.java that performs the following. Ask user to enter
Write a program SpendingLog.java that performs the following. Ask user to enter daily spending amount for the week. (Day 1, Monday, through day 7, Sunday). Save the numbers in an …
Write a program Start by reading the same 5 lines into 2 parallel arrays. Next,
Write a program Start by reading the same 5 lines into 2 parallel arrays. Next, prompt the user for a name. Search for that person in your string array. Use the index to access th…
Write a program While Loops that uses while loops to perform the following steps
Write a program While Loops that uses while loops to perform the following steps: Prompt the user to input two positive integers: first Num and secondNum (firstNum must be smaller…
Write a program Your little sister has decided that she wants a pet. You love an
Write a program Your little sister has decided that she wants a pet. You love animals and want to further engender her love of animals, but, well, her last pet, goldie the goldfis…
Write a program \"Using Mathematica\" that plots the iteration counts for each n
Write a program "Using Mathematica" that plots the iteration counts for each number from 1 to a few thousand (of your choice). Some number high enough that it doesn't take forever…
Write a program about color processing: first declare an enumeration type for co
Write a program about color processing: first declare an enumeration type for colors red, green, blue and other colors in global. Next write a function which initializes an array …
Write a program acts as a utility to allow users to enter a test number and dete
Write a program acts as a utility to allow users to enter a test number and determine its sign, even/odd state, and status as a prime number. The program should begin with the num…
Write a program all written in assembly that inputs an entire line of text, up t
Write a program all written in assembly that inputs an entire line of text, up to 132 characters, into a buffer. Then have your program determine how many times each letter of the…
Write a program all written in assembly that inputs an entire line of text, up t
Write a program all written in assembly that inputs an entire line of text, up to 132 characters, into a buffer. Then have your program determine how many time each letter of the …
Write a program all written in assembly that inputs an entire line of text, up t
Write a program all written in assembly that inputs an entire line of text, up to 132 characters, into a buffer. Then have your program determine how many time each letter of the …
Write a program allows the user to enter and search for strings. When strings ar
Write a program allows the user to enter and search for strings. When strings are added to the tree, they should be wrapped inside a node object that holds the string, the frequ…
Write a program allows the user to enter and search for strings. When strings ar
Write a program allows the user to enter and search for strings. When strings are added to the tree, they should be wrapped inside a node object that holds the string, the frequ…
Write a program and declare an integer array named stuff with 50 elements, then
Write a program and declare an integer array named stuff with 50 elements, then fill it with 0, 1, 2, 3, ..., 49, 50 (i.e. initialize the first element of the array to 0, second e…
Write a program and draw a flow chart and Algorithm for calculating the average
Write a program and draw a flow chart and Algorithm for calculating the average temperature, given a set of temperature readings such as: 78, 85, 87, 90, 92, 94, and 97. Your prog…
Write a program as a character counter, which is able to tell you how many chara
Write a program as a character counter, which is able to tell you how many characters a text file contains. This program (1) opens a text file; (2) read the file character by char…