Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1129 / 1333
Write a program to print the face on the left out of characters. Your program sh
Write a program to print the face on the left out of characters. Your program should have 6 System.out.printin(...) statements. Even for programs as simple as this it helps to wri…
Write a program to print the lyrics of the song \"Old MacDonald.\" Your program
Write a program to print the lyrics of the song "Old MacDonald." Your program should print the lyrics for five different animals, similar to the verse below. Old MacDonald had a f…
Write a program to print the prime numbers from 1 to 100. (A prime integer is an
Write a program to print the prime numbers from 1 to 100. (A prime integer is any integer that can be divided evenly only by itself and 1) Requirement: use an array to take the nu…
Write a program to prioritize, and output to the screen, an array of medical eme
Write a program to prioritize, and output to the screen, an array of medical emergencies at a hospital. As individual emergencies arrive, each is placed into the array, with those…
Write a program to process a weighted undirected graph as follows. (a) Read in t
Write a program to process a weighted undirected graph as follows. (a) Read in the number of vertices V and the number of edges E of the graph followed by its E edges, each in the…
Write a program to process a weighted undirected graph as follows. (a) Read in t
Write a program to process a weighted undirected graph as follows. (a) Read in the number of vertices V and the number of edges E of the graph followed by its E edges, each in the…
Write a program to process integer and double arrays as follows. Take a list of
Write a program to process integer and double arrays as follows. Take a list of ten numbers, and place them in an array. F…
Write a program to process integer and double arrays as follows. Take a list of
Write a program to process integer and double arrays as follows. Take a list of ten numbers, and place them in an array. F…
Write a program to process string data. The input is on one line in an input fil
Write a program to process string data. The input is on one line in an input file, and has up to seven components with a colon (:) at the end of each component. The program separa…
Write a program to process weekly employee time cards for all employees of an or
Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rat…
Write a program to process weekly employee time cards for all employees of an or
Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rat…
Write a program to process weekly employee time cards for all employees of an or
Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rat…
Write a program to process weekly employee time cards for all employees of an or
Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rat…
Write a program to process weekly employee time cards for all employees of an or
Write a program to process weekly employee time cards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rat…
Write a program to process weekly employee timecards for all employees of an org
Write a program to process weekly employee timecards for all employees of an organization. Each employee will have three data items: an identification number, the hourly wage rate…
Write a program to produce a table of decimal numbers and roman numerals from 1
Write a program to produce a table of decimal numbers and roman numerals from 1 to 1000. The Romans used a special method of showing numbers based on the following symbols I,V,X,L…
Write a program to produce the following output on the screen. Write a program t
Write a program to produce the following output on the screen. Write a program to produce the following output on the screen using only one printf() function for each figure. Writ…
Write a program to prompt a user for a file name. Count: ? the number of charact
Write a program to prompt a user for a file name. Count: ? the number of characters in the file (letters or numbers) ? the number of words in the file ? the number of lines in the…
Write a program to prompt a user to enter a number. Then display a menu of choic
Write a program to prompt a user to enter a number. Then display a menu of choices for the user to select as follows: Please choose one of the following options: 1. Print the numb…
Write a program to prompt a user to input a date and time string, and then it sh
Write a program to prompt a user to input a date and time string, and then it should report the temperature and weather conditions at that day and time for Syracuse, NY. To lookup…
Write a program to prompt for a first name, a year of birth, and a Y/N answer to
Write a program to prompt for a first name, a year of birth, and a Y/N answer to: Have you had a birthday yet this year? The program should then respond with the name and age of t…
Write a program to prompt the user for an input bitmap file name, read the file
Write a program to prompt the user for an input bitmap file name, read the file into a block of memory you malloc() of the size of the file. Find the file size from the Bitmap (fi…
Write a program to prompt the user for two positive integers x, y and output the
Write a program to prompt the user for two positive integers x, y and output the greatest common divisor (GCD) and the least common multiple (LCM). The greatest common divisor is …
Write a program to prompt the user to enter a grade between 0 and 100 ? If the g
Write a program to prompt the user to enter a grade between 0 and 100 ? If the grade is not between 0 and 100 display an error message ? Display the proper letter grade based on t…
Write a program to prompt the user to enter a grade between 0 and 100 _ If the g
Write a program to prompt the user to enter a grade between 0 and 100 _ If the grade is not between 0 and 100 display an error message _ Display the proper letter grade based on t…
Write a program to prompt the user to enter number of names to be sorted. This n
Write a program to prompt the user to enter number of names to be sorted. This number of name has a range from 1 to 20 people. Once you have this number then you need to prompt th…
Write a program to provide information on the height of a ball thrown straight u
Write a program to provide information on the height of a ball thrown straight up into the air. The program should request the initial height (h feet), and the initial velocity (v…
Write a program to random generate BINGO cards. Your programshould randomly gene
Write a program to random generate BINGO cards. Your programshould randomly generate 5x5 BINGO cards for N number ofplayers. Column 0 is the column for B, column 1 is the column f…
Write a program to randomly generate the following sets of data: 1. 10 numbers 2
Write a program to randomly generate the following sets of data: 1. 10 numbers 2. 1,000 numbers 3. 100,000 numbers 4. 1,000,000 numbers 5. 10,000,000 numbers Your program must sor…
Write a program to randomly generate the following sets of data: 1. 10 numbers 2
Write a program to randomly generate the following sets of data: 1. 10 numbers 2. 1,000 numbers 3. 100,000 numbers 4. 1,000,000 numbers 5. 10,000,000 numbers Your program must sor…
Write a program to read 20 integers from a file named data.txt and print the lar
Write a program to read 20 integers from a file named data.txt and print the largest and smallest values in the console window. In the file data.txt. each integer is written in a …
Write a program to read IP addresses from a file and produce a list of distinct
Write a program to read IP addresses from a file and produce a list of distinct addresses and a count of how many times each address appeared in the file. The addresses and counts…
Write a program to read IP addresses from a file and produce a list of distinct
Write a program to read IP addresses from a file and produce a list of distinct addresses and a count of how many times each address appeared in the file. The addresses and counts…
Write a program to read ONLY one integer number (your input must be one 3 digit
Write a program to read ONLY one integer number (your input must be one 3 digit number from 100 to 999), and to think of a number as being ABC (where A, B, and C are the 3 digits …
Write a program to read ONLY one integer number (your input must be one 3 digit
Write a program to read ONLY one integer number (your input must be one 3 digit number from 100 to 999), and to think of a number as being ABC (where A, B, and C are the 3 digits …
Write a program to read a binary file, and write a binary file. Write out the ch
Write a program to read a binary file, and write a binary file. Write out the characters read, replacing any unprintable characters with a question mark. Remember the assignment w…
Write a program to read a binary file, and write a binary file. Write out the ch
Write a program to read a binary file, and write a binary file. Write out the characters read, replacing any unprintable characters with a question mark. Your program should proce…
Write a program to read a file which has an algorithm name (FCFS or RR), a set o
Write a program to read a file which has an algorithm name (FCFS or RR), a set of processes with running times and arrival times: Please in C++ and can be used/compiled/ran in Ubu…
Write a program to read a set of floating point numbers from user and save the n
Write a program to read a set of floating point numbers from user and save the numbers in a file (output.txt) formatted as shown below. After the file is saved, notify the user an…
Write a program to read a set of scores from a text file named input.txt (assume
Write a program to read a set of scores from a text file named input.txt (assume it is in the same folder as your program), count the scores over 90, copy the scores over 90 to a …
Write a program to read a string and count the vowels (“a”, “e”, “i”, “o”, and “
Write a program to read a string and count the vowels (“a”, “e”, “i”, “o”, and “u”). The program should provide a count for each vowel and a total count of vowels. The program sho…
Write a program to read an integer number and find its number of digits ( for ex
Write a program to read an integer number and find its number of digits ( for example, 3459 has 4 digits and 125860 has 6 digits). The program should be designed in a way that the…
Write a program to read an integer number and find its number of digits (for exa
Write a program to read an integer number and find its number of digits (for example, 3459 has 4 digits and 125860 has 6 digits). The program should be designed in a way that the …
Write a program to read an integer number and find its number of digits (for exa
Write a program to read an integer number and find its number of digits (for example, 3459 has 4 digits and 125860 has 6 digits). The program should be designed in a way that the …
Write a program to read an integer number and find its number of digits (for exa
Write a program to read an integer number and find its number of digits (for example, 3459 has 4 digits and 125860 has 6 digits). The program should be designed in a way that the …
Write a program to read and parse the “From” lines and pull out the email addres
Write a program to read and parse the “From” lines and pull out the email addresses from the line. Count the number of messages from each person using a dictionary. After all the …
Write a program to read credit card number and match the sum of credit card numb
Write a program to read credit card number and match the sum of credit card number Step1: Read in credit card number as a series of digits into an array the number -1 is used to i…
Write a program to read data (roll no, name, age and marks) of students. Now aft
Write a program to read data (roll no, name, age and marks) of students. Now after having read the students%u2019 data perform the following operations: 1. Display students%…
Write a program to read from a binary data file (Lab4.dat). Sort the data in asc
Write a program to read from a binary data file (Lab4.dat). Sort the data in ascending order (smallest to largest). Find the minimum value, maximum value, median value, mean, and …
Write a program to read from a binary data file (Lab4.dat). Sort the data in asc
Write a program to read from a binary data file (Lab4.dat). Sort the data in ascending order (smallest to largest). Find the minimum value, maximum value, median value, mean, and …