Browse P
Alphabetical listing with fast deep pagination.
81033 items • Page 1309 / 1621
Problem: Two integers are considered to be friendly if all of the digits in the
Problem: Two integers are considered to be friendly if all of the digits in the first number appear in the second number. Given ten integers as input display all pairs of “friends…
Problem: Unified clients (Thunderbird, claws-mail, so on and so forth) are clums
Problem: Unified clients (Thunderbird, claws-mail, so on and so forth) are clumsy to setup, imposible to script, have poor addressbook systems, and send mail weirdly. Also, they d…
Problem: Use the Bisection Method to find the two real numbers x, within six cor
Problem: Use the Bisection Method to find the two real numbers x, within six correct decimal places, that make the determinant of the matrix A = 0 1 2 x 3 4 x 5 6 x 7 8 x 9 10 11 …
Problem: Use the Bisection Method to find the two real numbers x, within six cor
Problem: Use the Bisection Method to find the two real numbers x, within six correct decimal places, that make the determinant of the matrix A = 0 1 2 x 3 4 x 5 6 x 7 8 x 9 10 11 …
Problem: Use the monthly_sales.txt that has monthly sale amount. Create a progra
Problem: Use the monthly_sales.txt that has monthly sale amount. Create a program that will import, view, edit and sort the sales amounts for each month of the current year and re…
Problem: Using the vi/vim editor, specify how to execute the following actions:
Problem: Using the vi/vim editor, specify how to execute the following actions: 1.- Create a document named doc0l.txt with 10 lines each containing the sentence "Yesterday was the…
Problem: Using the ‘Name.java’ and ‘Student.java’ files, expand both classes to
Problem: Using the ‘Name.java’ and ‘Student.java’ files, expand both classes to include the following methods: • A ‘copy’ constructor, • A ‘clone’ method, • A ‘finalize’ method, •…
Problem: Utilizing the ACI code load combinations discussed in class, determine
Problem: Utilizing the ACI code load combinations discussed in class, determine the Ultimate Moment, Mw, for the following members at the section A-A (in all cases, A-A refers to …
Problem: We are constructinghemispherical domes, and wish to know how much concr
Problem: We are constructinghemispherical domes, and wish to know how much concrete isrequired. For a given outer radius(in feet), and wall thickness (in inches), compute thevolum…
Problem: We are interested in investigating whether rent rates are influenced by
Problem: We are interested in investigating whether rent rates are influenced by the student population in a collegetown. Let rent be the average monthly rent paid on rental units…
Problem: When a share of common stock of some company is sold, the capital gain
Problem: When a share of common stock of some company is sold, the capital gain (or sometimes loss) is the difference between the share's selling price and the price originally pa…
Problem: Which digit? A single positive integer i is given. Write a program to f
Problem: Which digit? A single positive integer i is given. Write a program to find the digit located in position i in the following infinite sequence of digits created by juxtapo…
Problem: While the testing of a program with a random data set is quite common,
Problem: While the testing of a program with a random data set is quite common, it is sometimes useful to create special data sets with which one would test a program. For this pa…
Problem: While the testing of a program with a random data set is quite common,
Problem: While the testing of a program with a random data set is quite common, it is sometimes useful to create special data sets with which one would test a program. For this pa…
Problem: Winston-Salem State University’s Office of Budget Management has decide
Problem: Winston-Salem State University’s Office of Budget Management has decided to review the possibility of giving its faculty raises for the 2010-2011 Academic Year. The perce…
Problem: With Java, For this lab, you will write a class called RecursionToolkit
Problem: With Java, For this lab, you will write a class called RecursionToolkit. In it are a number of recursive methods. You will then use a main method to test your code with t…
Problem: Write a C program that reads an infix or postfix expression from an inp
Problem: Write a C program that reads an infix or postfix expression from an input file, evaluates the expression and outputs the result. Objectives: The objective of this assignm…
Problem: Write a C program that requests a count of floating point numbers, read
Problem: Write a C program that requests a count of floating point numbers, reads these numbers from the terminal, stores these values in an array of float, and performs the follo…
Problem: Write a C++ program that will allow a research lab manager to monitor t
Problem: Write a C++ program that will allow a research lab manager to monitor the access to a research lab. Each member of the lab has access provided by their personal ID Card. …
Problem: Write a C++ program that will allow a research lab manager to monitor t
Problem: Write a C++ program that will allow a research lab manager to monitor the access to a research lab. Each member of the lab has access provided by their personal ID Card Y…
Problem: Write a C++ program that will compute the final average and assign a le
Problem: Write a C++ program that will compute the final average and assign a letter grade for the students in a class. Input: The input file named "class_scores.bxt" will have th…
Problem: Write a C++ program that will implement and test the four functions des
Problem: Write a C++ program that will implement and test the four functions described below that use pointers and dynamic memory allocation. The Functions: You will write the fou…
Problem: Write a C++ program that will manage passwords. Your program will conta
Problem: Write a C++ program that will manage passwords. Your program will contain: • A Class, PasswordManager, that will manage a single password. • A main function, that will al…
Problem: Write a C++ program to write to an output file different figures depend
Problem: Write a C++ program to write to an output file different figures depending on the input from an input file. In main, open the input and output files (MAKE SURE THE OUTPUT…
Problem: Write a C++ program with a function that takes two integer arguments an
Problem: Write a C++ program with a function that takes two integer arguments and returns their product. Use this function in the main function to produce a multiplication table f…
Problem: Write a Circle class in Circle.h that has the following member variable
Problem: Write a Circle class in Circle.h that has the following member variables radius - a double pi- a double initialized with the value 3.14159 The class should have the follo…
Problem: Write a Circle class in Circle.h that has the following member variable
Problem: Write a Circle class in Circle.h that has the following member variables radius - a double pi- a double initialized with the value 3.14159 The class should have the follo…
Problem: Write a Matlab program to compute the prime factorization of a given po
Problem: Write a Matlab program to compute the prime factorization of a given positive integer greater than 1. Your program should prompt the user for such a positive integer and …
Problem: Write a Nios II program that converts an n-digit decimal integer into a
Problem: Write a Nios II program that converts an n-digit decimal integer into a binary Example B.12 number. The decimal number is given as n ASCII-encoded characters, as would be…
Problem: Write a Nios II program that converts an n-digit decimal integer into a
Problem: Write a Nios II program that converts an n-digit decimal integer into a binary Example B.12 number. The decimal number is given as n ASCII-encoded characters, as would be…
Problem: Write a class called DoubleMatrix in which you declare a 2-dim. array o
Problem: Write a class called DoubleMatrix in which you declare a 2-dim. array of doubles (I'm calling it doubMatrix) as a private instance variable. Include the following constru…
Problem: Write a class named Fan to model fans. The properties are speed, on, ra
Problem: Write a class named Fan to model fans. The properties are speed, on, radius, and color. You need to provide the accessor methods for the properties, and the toString meth…
Problem: Write a class named Fan to model fans. The properties are speed, on, ra
Problem: Write a class named Fan to model fans. The properties are speed, on, radius, and color. You need to provide the accessor methods for the properties, and the toString meth…
Problem: Write a class named Rectangle to represent rectangles. The data fields
Problem: Write a class named Rectangle to represent rectangles. The data fields are width, height, and color. Use double for width and height, and String for color. Suppose that a…
Problem: Write a class named Rectangle to represent rectangles. The data fields
Problem: Write a class named Rectangle to represent rectangles. The data fields are width, height, and color. Use double for width and height, and String for color. Suppose that a…
Problem: Write a class named RetialItem that holds data aobut an item in a retai
Problem: Write a class named RetialItem that holds data aobut an item in a retail store. The class should have the following member variables: (Description - a string that holds a…
Problem: Write a client and a server program where the server can be connected b
Problem: Write a client and a server program where the server can be connected by multiple clients. The clients will send a message (a complete sentence) to the server and the ser…
Problem: Write a complete program that takes a string (6/12) representing the mo
Problem: Write a complete program that takes a string (6/12) representing the month, and day. Then your program outputs the season and the name of the month for the given date. As…
Problem: Write a main method based on method call given that prints six numbers
Problem: Write a main method based on method call given that prints six numbers from array list1 in reverse. The Ch. 6_Mod_6 PowerPoint show the animation on the method call. Solu…
Problem: Write a program in C that will calculate the salary raise for employees
Problem: Write a program in C that will calculate the salary raise for employees as follows: if salary is between $0 < $30000 the rate is 7.0% if salary is between $30000 <=…
Problem: Write a program in c++ to read a string and then determine whether it i
Problem: Write a program in c++ to read a string and then determine whether it is a palindrome. Use the following data from a text file to test your program: input.txt data: M AD …
Problem: Write a program that asks the user for a file name. Assume the filecont
Problem: Write a program that asks the user for a file name. Assume the filecontains a series of numbers, each written on a separate line. Theprogram should read the contents of t…
Problem: Write a program that calculates the sum and the average of five dollar
Problem: Write a program that calculates the sum and the average of five dollar amounts entered by the user. The output should also indicate the largest amount and smallest amount…
Problem: Write a program that interacts with the user like this: (1) Carbon mono
Problem: Write a program that interacts with the user like this: (1) Carbon monoxide (2) Hydrocarbons (3) Nitrogen oxides (4) Non-methane hydrocarbons Enter pollutant number=> …
Problem: Write a program that interacts with the user like this: (1) Carbon mono
Problem: Write a program that interacts with the user like this: (1) Carbon monoxide (2) Hydrocarbons (3) Nitrogen oxides (4) Non-methane hydrocarbons Enter pollutant number=> …
Problem: Write a program that lets the user to play the game of Rock, paper, Sci
Problem: Write a program that lets the user to play the game of Rock, paper, Scissors against the computer many times. Creating the Scanner object must be in the main method only.…
Problem: Write a program that prints out the payment plan for a house. Ask the u
Problem: Write a program that prints out the payment plan for a house. Ask the user to input the amount owed on the house, the interest rate of the loan as a percent per year, and…
Problem: Write a program that prints the calendar for a given year. The user wil
Problem: Write a program that prints the calendar for a given year. The user will be promoted to choose the calendar for the month or the year. If the year is selected, then the c…
Problem: Write a program that prints the calendar for a given year. The user wil
Problem: Write a program that prints the calendar for a given year. The user will be promoted to choose the calendar for the month or the year. If the year is selected, then th…
Problem: Write a program that prints the calendar for a given year. The user wil
Problem: Write a program that prints the calendar for a given year. The user will be promoted to choose the calendar for the month or the year. If the year is selected, then the c…