Browse W
Alphabetical listing with fast deep pagination.
66619 items • Page 1135 / 1333
Write a program using text file I/O to open any file and print out all of the in
Write a program using text file I/O to open any file and print out all of the integers in the file, and their sum. You should input one character at a time, and convert contiguous…
Write a program using text file I/O to open any file and print out all of the in
Write a program using text file I/O to open any file and print out all of the integers in the file, and their sum. You should input one character at a time, and convert contiguous…
Write a program using text file I/O to open any file and print out all of the in
Write a program using text file I/O to open any file and print out all of the integers in the file, and their sum. You should input one character at a time, and convert contiguous…
Write a program using the LOOP instruction with indirect addressing that copies
Write a program using the LOOP instruction with indirect addressing that copies a string froum source to target, reversing the character order in the process. Use the folling vari…
Write a program using the LOOP instruction with indirect addressing that copies
Write a program using the LOOP instruction with indirect addressing that copies a string from source to target, reversing the character order in the process. Use the folling varia…
Write a program using the LOOP instruction with indirect addressing that copies
Write a program using the LOOP instruction with indirect addressing that copies a string from source to target, reversing the character order in the process. Use the folling varia…
Write a program using the Loop instructions to sum all the odd numbers from 3 to
Write a program using the Loop instructions to sum all the odd numbers from 3 to 17. (Do the math to check your results). Write a program using instruction to the following BCD nu…
Write a program using the XLAT instruction that will read a letter from the keyb
Write a program using the XLAT instruction that will read a letter from the keyboard mat is one of the first 9 letters (a through i) and will output a number 1 through 9 output th…
Write a program using the bucket sort idea to create histograms of an election.
Write a program using the bucket sort idea to create histograms of an election. •The input data are in an external file named election.txt. The first line is an integer N represen…
Write a program using the following specifications: a. Using good style, write t
Write a program using the following specifications: a. Using good style, write the necessary statements to declare an array, called score, of 50 integer numbers. b. Write a functi…
Write a program using the fork() system call that computes the factorial of a gi
Write a program using the fork() system call that computes the factorial of a given integer in the child process. The integer whose factorial is to be computed will be provided in…
Write a program using the fork() system call that prints the given number of Fib
Write a program using the fork() system call that prints the given number of Fibonacci sequence (https://en.wikipedia.org/wiki/Fibonacci_number). This input number has to be at le…
Write a program using the function void bar_chart(double values[], int size) tha
Write a program using the function void bar_chart(double values[], int size) that displays a bar chart of the values in values, using asterisks, like this: ********************** …
Write a program using the random number generator number to generate a five-digi
Write a program using the random number generator number to generate a five-digit number. With each guess the computer returns two numbers, the first is the number of digits that …
Write a program using the switch statement name GradeReport that reads a grade a
Write a program using the switch statement name GradeReport that reads a grade as an integer value from the user and prints the comments accordingly. Prompt the user to enter thei…
Write a program using three procedures. The first should read text from the keyb
Write a program using three procedures. The first should read text from the keyboard and store it in RAM. The second should convert any upper case characters in the stored text to…
Write a program using two matching arrays and counts of data. Calculations of da
Write a program using two matching arrays and counts of data. Calculations of data based on the array will be the final output to the user. Input a list of employee names and sala…
Write a program using vectors that allows a user to maintain an inventory of wha
Write a program using vectors that allows a user to maintain an inventory of what they are carrying. The program should allow the user to see everything they are holding, add some…
Write a program using while for and do-while to outout 0-9 in order. Identify lo
Write a program using while for and do-while to outout 0-9 in order. Identify loop statement before printing numbers. This is what I have: #include<iostream> using namespace…
Write a program using xcode that has a Circle class as the Model (Circle.h and C
Write a program using xcode that has a Circle class as the Model (Circle.h and Circle.m). The Circle class contains a radius data member and its setter and getter (the setter shou…
Write a program usingif-elseif-else statements to calculate the real roots of a
Write a program usingif-elseif-else statements to calculate the real roots of a quadratic equation ax^2+bx+c=0
Write a program were you use an array to store the numbers from each line and us
Write a program were you use an array to store the numbers from each line and use methods to do the calculations. In the main method, after you have read the first number (an inte…
Write a program where a user can choose a lunar phase and an image of the select
Write a program where a user can choose a lunar phase and an image of the selected phase of the moon is then displayed. The user should be presented with the lunar phases in a com…
Write a program where a user can choose a lunar phase and an image of the select
Write a program where a user can choose a lunar phase and an image of the selected phase of the moon is then displayed. The user should be presented with the lunar phases in a com…
Write a program where a user plays a games of Tic Tac Toe against the computer,
Write a program where a user plays a games of Tic Tac Toe against the computer, and tries to remains undefeated for as long as possible. The program should display the board befor…
Write a program where a user plays a games of Tic Tac Toe against the computer,
Write a program where a user plays a games of Tic Tac Toe against the computer, and tries to remains undefeated for as long as possible. The program should display the board befor…
Write a program where the user enters in information about 5 boxes, and then the
Write a program where the user enters in information about 5 boxes, and then they are sorted by their volume. Create a class called Box This class has four instance variables Labe…
Write a program where you enter a sequence of famous computer scientists’ last n
Write a program where you enter a sequence of famous computer scientists’ last names, see the link to a vector called Turing_winners. Terminate input by the line “No more”. Your p…
Write a program where you will design and implement a class that uses lists to i
Write a program where you will design and implement a class that uses lists to implement a new data type which will be referred to as InfInt - integers which can hold extremely la…
Write a program where you will have a vector V where each entry is a pointer to
Write a program where you will have a vector V where each entry is a pointer to a vector of strings. This means that each entry in V points to a vector of strings. Your program wi…
Write a program where you: Use the following StudentInfo structure type to store
Write a program where you: Use the following StudentInfo structure type to store student record: name and grade. struct StudentInfo { string name; int grade; //need…
Write a program where: (vc++) 1. ask user if they want to convert decimal to hex
Write a program where: (vc++) 1. ask user if they want to convert decimal to hexadecimal or hexadecimal to decimal. 2. If they pick decimal to hexadecimal, a. ask if they want to …
Write a program which accepts 2 rational numbers from the keyboard., each in the
Write a program which accepts 2 rational numbers from the keyboard., each in the form a,b and c,d where a b is a/b and c d is c/d example ENTER a rational …
Write a program which accepts a number, between 0 and 128, from player 1 and the
Write a program which accepts a number, between 0 and 128, from player 1 and then accepts guesses from player 2. If player 2’s guess is above or below player 1's number, print out…
Write a program which accepts pizza orders, using this order form; Small cheese
Write a program which accepts pizza orders, using this order form; Small cheese pizza is $10, Medium cheese pizza is $12, Large pizza is $15. Additional toppings are $1 each. F…
Write a program which adds consecutively each number of the following sequence o
Write a program which adds consecutively each number of the following sequence of hexadecimal numbers: 21, B5, 37, 08, 5C, 84, A1, 1D, 72, FF, F6, 43, 03, A9, D4, 19, 31, D9, 47, …
Write a program which allows the user to enter a integer. The program should cal
Write a program which allows the user to enter a integer. The program should call a recursive method that determines if the number is one of the binary multiples (2, 4, 8, 16, 32,…
Write a program which allows the user to perform simple tasks on a calculator. A
Write a program which allows the user to perform simple tasks on a calculator. A series of methods allows the user to select an operation to perform and then enter operands. The f…
Write a program which appears to display a vertical bar character ‘|’ moving lef
Write a program which appears to display a vertical bar character ‘|’ moving left to right in 79 positions across the screen, then back right to left across the screen. (Hint: If …
Write a program which asks for the following information: bullet the date bullet
Write a program which asks for the following information: bullet the date bullet the name of the person who the check is for bullet the amount of the check Using this information …
Write a program which asks the user to enter a string and then passes it to a vo
Write a program which asks the user to enter a string and then passes it to a void recursive function which displays the string in reverse. The prototype of the function would be:…
Write a program which asks the user to enter the length and width of a rectangle
Write a program which asks the user to enter the length and width of a rectangle and computes the area. The program MUST include the following methods: readLength: This method ask…
Write a program which asks the user to enter the length and width of a rectangle
Write a program which asks the user to enter the length and width of a rectangle and computes the area The program MUST include the following methods. readLength: This method asks…
Write a program which asks the user to submit personal information and then by u
Write a program which asks the user to submit personal information and then by using methods to check them. -user id -password -re enter password -email adress -name -email addres…
Write a program which asks the users for the dimensions of an n times n matrix.
Write a program which asks the users for the dimensions of an n times n matrix. The matrix should be randomly populated with the characters x and o. Display the matrix then report…
Write a program which calculate the value of the following expression ( a + b )
Write a program which calculate the value of the following expression ( a + b ) – ( c – d ) a. Execute program using go and single step commands b. Compare source code with the co…
Write a program which calculate the value of the following expression ( a + b )
Write a program which calculate the value of the following expression ( a + b ) – ( c – d ) a. Execute program using go and single step commands b. Compare source code with the co…
Write a program which calculates the integral of the function f(x)=B*exp(-x^2.5)
Write a program which calculates the integral of the function f(x)=B*exp(-x^2.5)+(A*x^n)/m! on the interval from a to b (0<a<b). In the main program, scanf a double value fo…
Write a program which calculates the monthly Budget of a person. The program wil
Write a program which calculates the monthly Budget of a person. The program will read the monthly salary of the person. Then give following optionsPress 1 to calculate gas bill c…
Write a program which can accept binary numbers and certain operations to calcul
Write a program which can accept binary numbers and certain operations to calculate the results of those operations. The user should see something like: Enter a 16 bit unsigned bi…