Recent Homework Questions About Programming Languages
Post a New Question | Current Questions
computer science
to write a report on Object-Oriented Systems. The report should focus on the following systems including definition, applications, and advantages and disadvantages. Object-oriented Systems Object-oriented database Object-oriented data modeling ...
Tuesday, April 26, 2011 at 9:46pm
Simplex Method
Solve the linear programming problem by the simplex method. Maximize P = 27x + 27y + 36z subject to x + y + 3z < 15 4x + 4y + 3z < 65 x > 0, y > 0, z > 0 x + y = z = P =
Sunday, April 24, 2011 at 10:52pm
simplex Method
Solve the linear programming problem by the simplex method. Maximize P = 5x + 4y subject to 3x + 5y < 78 4x + y < 36 x > 0, y > 0 x = y = P =
Sunday, April 24, 2011 at 10:51pm
Simplex Method
Solve the linear programming problem by the simplex method. Maximize P = 10x + 6y subject to x + y < 80 3x < 90 x > 0, y > 0 x = y = P =
Sunday, April 24, 2011 at 10:51pm
programming
Create a Flash movie that uses motion animation to change a figure from a large size to a small size and back as it moves from the top to the bottom of the right side of the stage.
Saturday, April 23, 2011 at 11:50pm
HELPPP
Solve the linear programming problem by the method of corners. Minimize C = 5x + y subject to x + 3y ≥ 43 x + y ≥ 27 x ≥ 0, y ≥ 0
Monday, April 18, 2011 at 11:23pm
math
If the solution to the linear programming problem exists, then it has to be at a corner point.it is true or false?
Monday, April 18, 2011 at 1:08pm
object oriented programming
We want to define a class clockType, to implement the time of day in a program. The time is represented as a set of three integers: one to represent the hours, one to represent the minutes, and one to represent the seconds. We also want to perform the following operations on ...
Monday, April 18, 2011 at 10:02am
Programming
Im using VB 2008. I need to write a simple program that calculates total sales of purchases. The program should accept item costs as input calculate the tax on each item (8%) display the item cost, total cost, and total after taxes. Item costs will be added to a listbox ...
Sunday, April 17, 2011 at 9:59am
Programming
Im using VB 2008. I need to write a simple program that calculates total sales of purchases. The program should accept item costs as input calculate the tax on each item (8%) display the item cost, total cost, and total after taxes. Item costs will be added to a listbox ...
Sunday, April 17, 2011 at 9:51am
programming
Write a C program to sort the bags by weight. Assume that the input is given in a file. Each line of the input file corresponds to one polythene bag. For example a line in the file as below 10,20,20,10,10,50,10,50 corresponds to a bag containing four 10 paisa coins and two ...
Sunday, April 17, 2011 at 6:10am
Math, statistics, Linear Programming
just looking for the constraints and variables. The Nestle Purina PetCare Company of St. Louis, Missouri, manufactures a gourmet cat food under the Fancy Feast brand. The brand includes a number of options for choices of meats, fish, and poultry in three ounce cans. The ...
Saturday, April 16, 2011 at 4:09pm
C++ programming computer
I'm having some trouble trying to program these problems and putting them into the main function. Please help me by giving some advice or website that offer good information for me. The questions are below here: 1. Write a function that accepts a string of characters from...
Wednesday, April 13, 2011 at 7:39pm
Information Technology
Introduction to Programming Logic Individual Project April 11, 2011 You are part of a team that will design a first generation mobile banking application. The Banking e-Teller (BeT) system allows bank customers to perform ATM transactions from their cell phones. BeT will allow...
Monday, April 11, 2011 at 4:33pm
Programming
Input a list of positive numbers (terminated by 0) into array, find the largest number in the array, and output the result. Use a subprogram to input the numbers, a function to find the largest, and a subprogram to output the result.
Friday, April 8, 2011 at 10:25pm
Programming Logic and Design
Mr. Roper owns 20 apartment buildings. Each building contains 15 units that he rents for $800 per month each. Design the application that would print 12 payment coupons for each of the 15 apartments in each of the 20 buildings. Each coupon should contain the building number (1...
Friday, April 8, 2011 at 9:16pm
linear programming app
solve this linear programming problem; A chain saw requires 4 hours of assembly and a wood chipper 6 hours. A maximum of 48 hours of assembly time is available. The profit is $150 on a chain saw and $220 on a chipper. How many of each should be assembled for maximum profit?? ...
Wednesday, April 6, 2011 at 12:51pm
math
solve this linear programming problem; A chain saw requires 4 hours of assembly and a wood chipper 6 hours. A maximum of 48 hours of assembly time is available. The profit is $150 on a chain saw and $220 on a chipper. How many of each should be assembled for maximum profit?? ...
Tuesday, April 5, 2011 at 6:56pm
Computer programming
Submit pseudocode for the following programming exercise: Fat Gram Calculator Design a program that asks for the number of fat grams and calories in a food item. Validate the input as follows: - Make sure the number of fat grams and calories are not less than 0. - According to...
Monday, April 4, 2011 at 8:48pm
linear programming app
write the constraints as linear inequalities and identify all variables used. A canoe requires 8 hours of fabrication and a rowboat 5 hours. The fabrication department has at most 110 hours of labor available each week
Sunday, April 3, 2011 at 7:10pm
Programming
Write a program to do the following: In main, declare a Player Name Array and a Score Array. Declare the size of the arrays to be 100. In the InputData( ) method, input the player name and score into the arrays for an unknown number of players up to 100. In the ...
Friday, April 1, 2011 at 10:57pm
IT/210
Assignment: Chapter 5 Programming Problems · Complete Programming Problems 1 and 2. · Provide the analysis, pseudocode and test cases using the template submitted in Week 6 only (no diagrams are required). Chapter 5 Programming Problem Maximum Points Analysis 20 ...
Wednesday, March 23, 2011 at 12:19pm
Programming
How come anytime I ask a question about programming or SQL on this website...I can never get any help?
Wednesday, March 23, 2011 at 9:33am
programming
How to integrate / combine two different programs together ??? :/
Wednesday, March 23, 2011 at 6:30am
programming 2
Write a program that inputs a word representing a binary number (0s and 1s). First, your program should verify that it is indeed a binary number, that is, the number contains only 0s and 1s. if that is not the case, your program should print a message that the number is not a ...
Tuesday, March 22, 2011 at 10:52am
Programming Logic
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a character, in the form of the following pattern on as many lines and as many times as specified by num. For example, if char is M and num is 5, ...
Monday, March 21, 2011 at 9:41am
Programming Logic
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and input[1] contains 8, the display 4,5,6,7,8 (on separate lines).
Monday, March 21, 2011 at 9:40am
Programming
I need help creating a program to compare the value in input[0] with the value in input[1]. For example, if input[0] is less than input[1] print input[0] is less than input[1]; otherwise, print input[0] is not less than input[1
Monday, March 21, 2011 at 9:39am
Programming Logic
I need to create a program that has (at least) two variables, char and num. I need to use nested loops to print char, a character, in the form of the following pattern on as many lines and as many times as specified by num. For example, if char is M and num is 5, ...
Sunday, March 20, 2011 at 4:40pm
Programming Logic
I need help creating a program to display the integers from input[0] through input[1]. That is, if input[0] contains 4 and input[1] contains 8, the display 4,5,6,7,8 (on separate lines).
Sunday, March 20, 2011 at 4:39pm
Programming Logic
I need help creating a program to compare the value in input[0] with the value in input[1]. For example, if input[0] is less than input[1] print input[0] is less than input[1]; otherwise, print input[0] is not less than input[1].
Sunday, March 20, 2011 at 4:37pm
Programming Logic and Design
A program that accepts a plant's data and displays the results for a plant if it is appropriate for a shady or partially sunny yard with clay soil.
Sunday, March 20, 2011 at 3:39pm
Programming Logic and Design
A program that accepts a plant's name, price, and the plant's light and soil preferences.
Sunday, March 20, 2011 at 3:37pm
computer programming
Design a program that asks the user to enter a nonegative integer and then display the factorial of that number- it can be a flowchart or pseucode
Friday, March 18, 2011 at 1:53am
computer science
I need to see if someone can hepl me with a c# programming problem Create a class called employees that includes three pieces of information as either instance variables or automatic properties - a first name(type string), a last name (type string) and a monthly salary (...
Wednesday, March 16, 2011 at 6:17pm
c programming
every week from monday to friday you go to class. when it is raining, you take an umbrella. but on the weekend,what you do depends on the weather. if it is raining, you stay indoors. otherwise, you have fun outdoors. write a c program to present your weekly program using if/...
Saturday, March 12, 2011 at 8:48am
java/programming
ask the user to enter his or her birthday in the MM/DD/YYYY format and output the number of days between the birthday and today. This gives the person's age in days.
Monday, March 7, 2011 at 7:21pm
Java/programming
write a program that determines the number of days in a given semester.
Monday, March 7, 2011 at 7:20pm
Math- Linear Programming
A dog food is to be mixed from three kinds of ingredients: rolled oats, beef parts, and whey. The cost of each is 20 cents, 40 cents, and 35 cents per lb. Each ingredient contains 50, 450, and 200 units of protein and 350, 65, and 100 units of carbohydrate respectively. The ...
Sunday, March 6, 2011 at 8:36pm
Quantitative methods
Assignment Problem 1* Print Media Advertising (PMA) has been given a contract to market Buzz Cola via newspaper ads in a major southern newspaper. Full-page ads in the weekday editions (Monday through Saturday) cost $2000, whereas on Sunday a full-page ad costs $8000. Daily ...
Sunday, February 27, 2011 at 11:04am
sociology
what effects of global tv programming acces from a functinalist, conflict, and inteactionist perspective.
Saturday, February 26, 2011 at 6:21pm
Math
Solve the linear programming problem by the method of corners. Minimize C = 3x + 7y subject to 4x + y ≥ 39 2x + y ≥ 29 x + 3y ≥ 42 x ≥ 0, y ≥
Wednesday, February 23, 2011 at 8:54pm
programming
Write a program that asks for the length and width of two rectangles. The program should tell the user which rectangles has the greater area, or if the area are the same.
Wednesday, February 23, 2011 at 8:48pm
java
Write the following methods and test them.this need to be execute it in Eclipse IDE for Java Developers 1. printVowels - this method should take a String as a parameter and print all the vowels contained in that String one character per line. 2. printConsonants - this method ...
Saturday, February 19, 2011 at 12:32pm
programming - JavaScript
/*Hello, I really hope someone can help me out with this function. I'm a newbie to JavaScript. I have included the instructions for the swapFE() function that I have to complete below along with the functions that I have done so far. I need to create a swap function. The ...
Wednesday, February 16, 2011 at 2:47am
programming in c
write a program to compute in centimeters of a steel rod
Friday, February 4, 2011 at 7:19pm
computer programming
small startup software developer company needs to create a program that will calculate the pay of its employees. For the third version of the program, the company wants the program to accept an employees name, the number of hours the employee worked, and the hourly pay ...
Saturday, January 29, 2011 at 5:40pm
computer Programming
A small startup software developer company needs to create a program that will calculate the pay of its employees. For the third version of the program, the company wants the program to accept an employees name, the number of hours the employee worked, and the hourly pay...
Friday, January 28, 2011 at 1:45pm
Programming
Using your knowledge of pseudocode, conditional statements, and loops create a pseudocode document and flow chart that displays all numbers from 20 to 1 and indicate if the number is prime as it displays
Saturday, January 22, 2011 at 10:22pm
Oop programming
Write a program that inputs (from the user) the number of hours worked and hourly pay rate for employees and outputs their total pay. The program should process an arbitrary number of employees; the user will terminate input by entering 0 for hours worked and rate of pay. Use ...
Saturday, January 22, 2011 at 2:34pm
Linear Programming
Tab 1: Linear Program: 50 points Consider the Linear Program: Max 2A + 3B s.t. 1A + 2B <= 6 5A + 3B <= 15 A, B >= 0 Use the Solver function of MS Excel to determine the optimal solution for this problem. What is the value of the objective function?
Thursday, January 20, 2011 at 3:46pm
java programming
Provide a class called Letter for authoring a simple letter. The letter class has three data fields, the name of the sender, the name of the recipient, a body of the letter. 1. Supply the class constructors (default , and overloaded ) 2. Supply a method. Public void addLine (...
Thursday, January 20, 2011 at 5:41am
computer
name and describe five criteria that are used by organizations to choose among programming languages.
Tuesday, January 18, 2011 at 4:53pm
math
the binary system is used for computer programming. a binary number consists of a string of digits that are either 0s or 1s a. if a string of binary code is 5 digits long, how many binary numbers are possible if the first digit is a 1? b. how many different binary numbers can ...
Tuesday, January 4, 2011 at 5:01pm
Programming Java
I have to create an analog clock..What methods should i use
Wednesday, December 22, 2010 at 10:33am
java programming
Enhance bank account class by adding preconditions for the constructor and the deposit method that require the amount parameter to be atleast zero, and a precondition for the withdraw method that requires amount to be a value between 0 and the current balance.Use assertions to...
Thursday, December 9, 2010 at 11:39am
algebra
Sammy can complete a programming job in 8 hours if he works alone. Marilyn can complete the same programming job in 12 hours if she works alone. If Sammy and Marilyn work together, how many hours and minutes will they complete the job
Wednesday, December 1, 2010 at 3:45pm
VB programming
This problem is creating code for a line chart. - Write a program to create the line chart. Use Table in 9.6: Table 9.6] Two -year college enrollments (in thousands). 1960 1970 1980 1990 2000 ---------------------------------- Male 283 1375 2047 2233 2398 Female 170 945 2479 ...
Wednesday, December 1, 2010 at 6:19am
programming
Write a top down program to calculate the velocity and the height of a ball of mass m thrown at mars 40times
Tuesday, November 30, 2010 at 5:36am
C++ Programming
Video Game Player Program Write a program to do the following. In main declare a Player Name Array and a Score Array. Declare the size of the arrays to be 100. In the InputData function input the player name and score into the arrays for an unknown number of players up to 100.
Monday, November 29, 2010 at 6:30am
Programming
Write a program that allows the user to display a budget as a pie chart. After the user enters numbers into the four text boxes a presses the button, the pie chart should be displayed. When I push the button for my code it does not display anything. Could you help me ...
Sunday, November 28, 2010 at 12:22pm
college algebra
sammy can complete programming job in 8 hours alone. marilyn can complete programming job in 12 hours alone. how many hours would it take if sammy and marilyn work together
Friday, November 26, 2010 at 9:59am
programming java language
For faster sorting of letters, the postal service encourages companies that send large volumes of mail to use bar code denoting the ZIP code (see figure below). Student XXXX PO Box 34689 Jeddah 21478 KSA There are full height frame bars on each side. The five encoded digits ...
Wednesday, November 24, 2010 at 3:59pm
programming.Java language
Write a program to plot a face. Provide a class FaceViewer and a class FaceComponent.
Wednesday, November 24, 2010 at 2:59pm
computer programming
Write a program that simulates the dial of a phone number. The program will input a phone number and the program will acknowledge the call by either writing an error message or the 8 digit phone number to the console window. The phone number may have either digits, letters, or...
Sunday, November 21, 2010 at 4:12pm
PROGRAMMING PROBLEMS
4. Modify the program of Problem 3 so that it also computes and displays the employees net pay. Net pay is gross pay minus deductions. Assume that deductions are taken for tax withholding (30% of gross pay) and parking ($10 per month).
Sunday, November 21, 2010 at 12:43am
VB 2008 Programming
HELP!!!! I'm not sure How to get started nor the steps to design this project. The file MEMBERS.TXT contains the names of the 100 members of a club. Write a program to randomly select people to serve as President, Treasurer, and Secretary. Note: A person cannot hold more ...
Saturday, November 20, 2010 at 4:56pm
Computer Programing & Logic Design
Submit pseudocode and a flowchart for the following programming exercise: Largest and Smallest Design a program with a loop that lets the user enter a series of numbers. Theuser should enter -99 to signal the end of the series. After all the numbers have been entered, the ...
Saturday, November 20, 2010 at 9:36am
Computer Programing & Logic Design
Submit pseudocode and a flowchart for the following programming exercise: Test Average and Grade Write a program that asks the user to enter five test scores. The program should display a letter grade for each score and the average test score. Design the following functions ...
Saturday, November 20, 2010 at 9:35am
C programming
Help would be grately apreciated on this problem thank you! Backgound The employees can be any one of the two types: 1) Full-Time Salaried (FTS) and 2) Part-Time Hourly (PTH). Currently, there are totally 1050 FTS employees and 274 PTH employees in a company. The company plans...
Thursday, November 18, 2010 at 2:15pm
C++ Programming
Where would I find a great video resource for learning Visual C++ for beginners? I'm a newbie and I'm looking in some code for a project on sourceforge that i'm interested in. however, I don't know C++ so i don't know how to contribute to this program. ...
Tuesday, November 16, 2010 at 11:02pm
Visual Basic 2008 Programming
Help! I'm not sure how to start or how calculate. This is the project. Using For Next Loops. - When $1000 is deposited at 5 percent simple interest, the amount grows by $50 each year. When money is invented at 5 percent compound interest, then the amount at the end of each...
Tuesday, November 16, 2010 at 10:57pm
vb programing
I need help to create a project for vb auto center from Programming in Visual Basic 2008 Chapter 11 pg 468. Write a project to store vehicle information including model, manufacturer, year, and VIN number. Create a second project that load the data from the file into memory ...
Tuesday, November 16, 2010 at 11:00am
Computer Programming
Project: I need help getting start on this project. What I have so far is a mess. It's Do While loops and nested loops. Table 6.1 shows the different grads of eggs and the minimum weight required for each classification. Write a program that processes the text file EGGS....
Saturday, November 13, 2010 at 11:05pm
Computer Programing & Logic Design
Submit pseudocode and a flowchart for the following programming exercise: Largest and Smallest Design a program with a loop that lets the user enter a series of numbers. Theuser should enter -99 to signal the end of the series. After all the numbers have been entered, the ...
Saturday, November 13, 2010 at 9:33pm
Computer Programing & Logic Design
Submit pseudocode and a flowchart for the following programming exercise: Software Sales A software company sells a package that retails for $99. Quantity discounts are given according to the following table: Quantity Discount 10-19 20% 20-49 30% 50-99 40% 100 or more 50% ...
Saturday, November 13, 2010 at 8:44pm
VB Programming
Haw to create a web application for a vb auto center project from chapter 4.
Thursday, November 4, 2010 at 12:42pm
Java Programming
I'm a beginner to Java and I need to know how to do the following: Write a program that will ask the user to enter the amount of a purchase. The program should then compute the state and county sales tax. Assume the state sales tax is 4 percent and the county sales tax is ...
Sunday, October 31, 2010 at 12:20pm
Programming
This is a problem with mathmatics. the Question is: Federal law requires hourly employees be paid "time-and-a-half" for work in excess of 40 hours in a week. For example, if a person's hourly wage is $8 and he works 60 hours in a week, his gross pay should be (40...
Sunday, October 31, 2010 at 3:03am
Programming
This is a visual basics program issue. The problem is: Table 4.7 contains information on several states. Write a program that requests a state and category (flower, motto and nickname) as input and displays the requested information. If the state or category requested is not ...
Monday, October 25, 2010 at 1:37am
psych
15. Discuss the following hypothetical pieces of research and point out the problems with the research design which prevent you from drawing the stated conclusions. In addition, suggest at least two factors other than the one mentioned in the conclusion for each study ...
Sunday, October 24, 2010 at 2:21pm
Managerial Finance & Accounting
P12-14 Strategic Capital Investment Decisions Smith Electronics manufactures portable CD players. Lillian Perez, the VP of operations at Smith Electronics, is considering a major capital investment decision. It would cost $2,500,000 to put new, highly automated machines in the...
Sunday, October 24, 2010 at 2:23am
Programming
This is a visual basics program issue. The problem is: Table 4.7 contains information on several states. Write a program that requests a state and category (flower, motto and nickname) as input and displays the requested information. If the state or category requested is not ...
Friday, October 22, 2010 at 6:02pm
programming
write a program to calculate the amount of a server's tip given the amount of the bill and the percentage tip ovtained via input dialog boxes. The output should be a complete sentence that reiterates the inputs and gives the resulting tip. here is my attempt: Public Class ...
Friday, October 22, 2010 at 8:41am
C programming
A few questions, all involving "for" loops that I am unsure how to do (Thank you in advance for the help): Q1.) Write a table of conversions from Celsius to Rankin. Allow the user to enter the starting temperature and increment between lines. Print 25 lines in the ...
Monday, October 18, 2010 at 1:39pm
IT210
OOP is definitely the latest trend in the IT world. But when comparing OOP to structured (or traditional) programming, can you think of a draw-back using OOP? Should you use OOP for everything or is there a reason to sometimes use structured instead?
Tuesday, October 12, 2010 at 6:34pm
C programming
Question: Write a program that reads integers from the keyboard until the user enters the sentinel value -999. The program should then print the minimum integer read, the maximum integer read and the average of all the integers. (Excluding the sentinel value -999) I know how ...
Saturday, October 2, 2010 at 7:49pm
Sociology
Use the functionalist, conflict, and interactionist perspectives to assess the effects of global TV programming on developing countries.
Friday, October 1, 2010 at 1:02pm
computer programming
Robot Game Consider a robot moving in an environment consisting of 5x5 cells. The robot can either be rotated or moved forward for a certain distance. The environment in which the robot moves is bounded by walls - so if you try to move the robot out of the area it will stop at...
Tuesday, September 28, 2010 at 12:03am
Math
Solve this linear programming problem using the simplex method: Maximize P = 21x + 12y + 24z subject to these constraints: 3x + 2y + 3z ≤ 864 15x + 6z ≤ 1296 9x + 8y + 18z ≤ 4608 x ≥ 0, y ≥ 0, z ≥ 0 Maximum value for P = ?. This value of P ...
Monday, September 20, 2010 at 9:27pm
Linear Programming
Maximize P = 16x + 80y subject to these constraints: 2x + 20y ≤ 430 4x + 70y ≤ 1400 8x + 30y ≤ 980 10x + 10y ≤ 1000 4x + 30y ≤ 700 x ≥ 0, y ≥ 0 Maximum value for P = ?. This value of P occurs when x = ? and y = ? If u1, u2, u3, u4, and...
Monday, September 20, 2010 at 9:04pm
computers
an introduction to programming and visual basic 2008 page 39 programming challenges rules form design and flowchart for #3 sales tax. how do i do this?
Monday, August 30, 2010 at 8:26pm
technique quantitative
Case Problem 2 - PRODUCTION STRATEGY Better Fitness, Inc. (BFI), manufactures exercise equipment at its plant in Freeport, Long Island. It recently designed two universal weight machines for the home exercise market. Both machines use BFI-patented technology that provides the ...
Wednesday, August 25, 2010 at 10:45pm
Programming
Submit pseudocode and a flowchart for the following programming exercise: Fat Gram Calculator Design a program that asks for the number of fat grams and calories in a food item. Validate the input as follows: - Make sure the number of fat grams and calories are not less than 0...
Thursday, August 19, 2010 at 8:28pm
Computer programming
Sorting is a common operation used in programming. Although languages such as Visual Basic 2008 offer built-in methods for sorting, other languages such as C do not support such a method. In order to be a programmer you should be able to implement such programming logic using ...
Tuesday, August 17, 2010 at 6:11pm
Computer programming
The code below is supposed to calculate the average for a student using 10 grades. It contains several errors. Rewrite the code using the correct naming conventions and turn in the full solution and discuss using this topic. Dim arrGrades(10) as integer Dim num,I, iAverage as ...
Tuesday, August 17, 2010 at 6:10pm
Computer programming
Functions and procedures are used all the time in Modular programming. Can functions replace procedures? what are the advantages of using functions over procedures? Are there any advantages to using procedures over functions?
Tuesday, August 17, 2010 at 6:10pm
programming
An instructor wants to build a program to help him keep track of students grades. Hes assuming he wont have more than 30 students and wont have more than 2 exams from which hell calculate the average. How many arrays do you think he needs to use? ...
Tuesday, August 17, 2010 at 6:03pm
Statistics
Which of the following mathematical relationships could be found in a linear programming model? Choose YES if the relationship could be, and NO if it could not. A. YES B. NO 1. B-2A + 7B = 45 2. 4A - B less than or equal to 10 3. A + \ 2B greater than or equal to 22 4. 3A + ...
Friday, July 30, 2010 at 6:10pm
C++ Programming
Hello. I use Visual C++ 2010 Express and don't know why this is occuring. I go into Skript.rc Push F7 to build the RC script first. Output says... Fatal error RC1015: cannot open include file 'afxres.h' Other sources tell me to replace it with windows.h but then it...
Wednesday, July 28, 2010 at 9:32am
linear programming
For the linear program Max 2A + 7B s.t. A + B greater than or equal to 12 2A + 2 B less than or equal too 26 B greater than or equal to 1 A, B greater than or equal to Which of the following would be found in the correct standard form? A. YES B. NO A + B - S1 = 12 2A + 2B - S2...
Monday, July 26, 2010 at 9:10am
Linear programming
Which of the following mathematical relationships could be found in a linear programming model? Choose YES if the relationship could be, and NO if it could not. A. YES B. NO 1. B-2A + 7B = 45 2. 4A - B less than or equal to 10 3. A + \ 2B greater than or equal to 22 4. 3A + ...
Monday, July 26, 2010 at 9:08am
Math-linear programming
Which of the following mathematical relationships could be found in a linear programming model? Choose YES if the relationship could be, and NO if it could not. A. YES B. NO 1. B-2A + 7B = 45 2. 4A - B ¡Ü 10 3. A + \ 2B ¡Ý 22 4. 3A + 2B - AB = 12 5. 2A2...
Monday, July 26, 2010 at 8:50am
Programming Essentials
Design an interactive application that displays the following: A main screen containing at least the company name, an animated image, and two buttons. One button allows the rental agent to proceed to a data entry screen and enter customer data (name, address, and so on...
Friday, July 23, 2010 at 5:44pm
math.please help!
set up the linear programming problem. Do not solve. A brewery manufactures three types of beer-lite, regular and dark. Each vat of lite beer requires 6 bags of barley, 1 bag of sugar, and 1 bag of hops. Each vat of regular bear requires 4 bags of barley, 3 bags of sugar, and ...
Monday, July 19, 2010 at 9:33pm
programming
I am in a beginners class in computer programming and we have been designing our programs in pseudocode format and this is a homework question I have to solve this is how the question is written on my paper...can you please help, Thanks. Homework question: A car's miles-...
Saturday, July 10, 2010 at 7:06pm
programming
I am in a beginners class in computer programming and we have been designing our programs in pseudocode format and this is a homework question I have to solve this is how the question is written on my paper...can you please help, Thanks. Homework question: A car's miles-...
Saturday, July 10, 2010 at 4:19pm
programming
I am in a beginners class in computer programming and we have been designing our programs in pseudocode format and this is a homework question I have to solve this is how the question is written on my paper...can you please help, Thanks. Homework question: A car's miles-...
Saturday, July 10, 2010 at 2:19pm
Programming
Design a program that calculates the total amount of a meal purchased at a restaurant. The program should ask the user to enter the charge for the food, and the calculate the amount of a 15 percent tip and 7 percent sales tax. Display each of these amounts and the total.
Saturday, July 3, 2010 at 9:52am
programming
John: 50,000 Joe: 30,000 Jane: 60,000 Jill: 25,000 Total: 165,000 Declare employees [4] Of Reals Declare Sum, Average As Real Declare salaries As Integer Set Sum = 0 For salaries = 1 Step 1 To 4 Write Average salaries , salaries Input Rain[K] Set Sum = Sum + ...
Thursday, June 17, 2010 at 6:53pm
Finance
Describe a work-related situation you feel could be improved. For example, you want to streamline the process for reimbursing employees, or you want to create a high-tech website for your small business but have no experience in programming or graphic creation.) Once you have ...
Friday, June 11, 2010 at 10:12pm
business
Describe a work-related situation you feel could be improved. For example, you want to streamline the process for reimbursing employees, or you want to create a high-tech website for your small business but have no experience in programming or graphic creation.) Once you have ...
Friday, June 11, 2010 at 9:50pm
C++ Programming
Design and create a class named Stats that has an array of 12 doubles as one of its member variables. The values in the array should be set by making 12 calls to a public member function named setValue that accepts two arguments, an integer indicating which value is being ...
Tuesday, June 8, 2010 at 4:25pm
Grammar
Identify the function of the relative pronoun in the adjective clause. The game was designed by Zack, who studies computer programming...
Tuesday, June 8, 2010 at 11:40am
English
What would be your response to this article? In the aftermath of September 11, we have an experienced strong emotions for our country: fear, outrage, grief, astonishment. Our media portray the disaster as a tragedy that has happened to our nation, and that is how we very ...
Sunday, June 6, 2010 at 12:12am
Programming and algorithms
For each of the following problems, use the top-down modular approach and pseudocode to design a suitable program to solve it. 1. Input names of students from the user, terminated by ZZZ, and create a data file GRADES with records of the form: student (string), test1 (integer...
Wednesday, June 2, 2010 at 7:22am
Quantitative analysis
I am trying to figure out what else is important to financial success, aside from linear programming?
Friday, May 28, 2010 at 6:08pm
Business
I am trying to figure out what else is important to financial success, aside from linear programming?
Friday, May 28, 2010 at 5:09pm
Programming
Design a program in pseudocode that calculates the amount of money a person would earn over a period of time if their salary is one penny the first day, and then doubles each day. The program should ask the user for the number of days. Display what the salary was for each day...
Saturday, May 22, 2010 at 12:05pm
Programming
Design a program in pseudocode that calculates the amount of money a person would earn over a period of time if their salary is one penny the first day, and then doubles each day. The program should ask the user for the number of days. Display what the salary was for each day...
Friday, May 21, 2010 at 1:51pm
Programming
Design a program in pseudocode that calculates the amount of money a person would earn over a period of time if their salary is one penny the first day, and then doubles each day. The program should ask the user for the number of days. Display what the salary was for each day...
Wednesday, May 19, 2010 at 4:23pm
programming
for a list of numbers entered by the user and terminated by 0, find the sum of the positive numbers and the negative numbers
Sunday, May 16, 2010 at 6:44pm
business
1. Aaron Nance is a freshman in college who has not yet decided on his major. He is thinking about majoring in operations management and is concerned about job opportunities in this field. Which of the following statements about jobs for operations management majors is most ...
Tuesday, May 11, 2010 at 1:35am
computers
I have just started a basic class in programming and I am totally lost. Can someone help me out? I have to write pseudocodes and create flowchart and don't have a clue. I need help with the following: flowchart, pseudo-code, Input and Output variables, and also an Program ...
Friday, April 30, 2010 at 12:53am
Computer Programming
Hoe do I write a program to Create a C++ console application that uses cout to display a box of asterisks?
Thursday, April 29, 2010 at 11:50pm
computer programming c++
c++ program questoin A particular talent competition has 5 judges, each of whom awards a score between 0 and 10 to each performer. Fractional scores, such as 8.3, are allowed. A performers final score is determined by dropping the highest and lowest score received, then ...
Wednesday, April 21, 2010 at 6:18pm
programming and visual basic
These are two different types of questions, these are not the same questions The Some interest Credit Company provides loans to customers at 1.5 percent interest per month. Design an application that gets customer account data that includes an account number, customer name, ...
Wednesday, April 21, 2010 at 2:21am
science
why are natural languages not suited for programming of computers?
Tuesday, April 20, 2010 at 9:50am
Programming C++
#include<stdio.h> #include<conio.H> { clrscr(); int first_value; int second_value; long result; print f("enter your first value:); scanf("%d",&first_value); printf("enter your second value:); scanf("%d",&second_value:); result=...
Tuesday, April 20, 2010 at 9:26am
Programming JAVA
1. What is 9.9 + (11 % 8)? 2. Write one line that creates a variable named Pickles that can hold an integer and assign it the value of ten.
Saturday, April 17, 2010 at 12:20am
Programming C++
If we are using two data intergers and there answer is bigger than simple data intergers and we are givig computer long data integers for the answer but the answer is false . so i want to know why it is false?
Friday, April 16, 2010 at 11:53pm
computer
why are natural language not be suited for programming computer.
Thursday, April 8, 2010 at 4:17am
programming
I am in IT/210 and am having problems with the entire class. But what I am stuck on is as follows: Consider the following statement where X is an integer test score between 0 and 100. input X if (<0=X and X<49) output = "you fail" else if (50 <=X and X < ...
Wednesday, April 7, 2010 at 11:07pm
computer science
in one the chapter 3 programming challenges you were asked to write a program that converts a celsius temperature to fahrenheit. Modify that program so it uses a loop to display a table of celsius from 0 to 20 and their Fahrenheit equivalents.
Monday, April 5, 2010 at 9:51pm
Programming Design
Velma and her husband Victor run a full service veterinary clinic. They would like a program to help them calculate costs for their clients. Victor, who is the vet, charges a flat fee of $100 for medical services and a flat fee of $50 for shots. Velma does the grooming. She ...
Sunday, April 4, 2010 at 11:01am
programming
write a program that will show the relationship between volume and temperature p+(an^2/v^2)(v-bn)=nRT
Friday, April 2, 2010 at 11:37pm
programming
Write a program that will read in a length in feet and inches and will output the equivalent length in meters and centimeters. Use at least three functions : one for input, one or more for calculating and one for output. There are 0.3048 meters in a foot, 100 centimeters in a ...
Tuesday, March 30, 2010 at 4:35pm
computer programming
Construct a structure chart, as well as a flowchart and pseudocode, for the following problem. Assume that each input record contains a taxpayerâs name, the value of a personal property belonging to the taxpayer, and a code defining the type of of personal ...
Monday, March 22, 2010 at 3:02pm
social
Ok, I think both of these are syndicated but im so confused! The type of programming aired by a station with which they "affiliate" is called A) syndicated programming B) local origination C) network programming D) non of the above This type of programming, produced ...
Sunday, March 14, 2010 at 11:17pm
social
Ok, I think both of these are syndicated but im so confused! The type of programming aired by a station with which they "affiliate" is called A) syndicated programming B) local origination C) network programming D) non of the above This type of programming, produced ...
Sunday, March 14, 2010 at 10:39pm
social
The "jack fm" format is an attempt to stimulate the random programming of an ipod on shuffle. True or False I'm really not sure what it is.
Sunday, March 14, 2010 at 10:11pm
Social
Ia Rush Limbaugh, as carried on WBEN radio in Buffalo is an example of network programming and is All things Considered", as carried by WBFO in Buffalo is an example of network programming as well
Sunday, March 14, 2010 at 8:30pm
Social Studies
Is this true or false: The radio business and the record business are interdependent; they have strong ties between them. i think its true and also is this true or false Radio programming can derive from locally produced, syndicated or network programming. A) True B) False
Sunday, March 14, 2010 at 5:28pm
business math
It's a lot of words, but short questions. I got most of it, but I'm confused on a and c. Help would be greatly appreciated: Theater Seven wants to increase its popularity. They want to determine the best number of newspaper (N), Radio (R), and Television (T) ads to ...
Sunday, March 14, 2010 at 11:11am
Programming
Can you create a java program that will make a CPU SCHEDULER w/ First Come First Serve,Round Robin,Priority Scheduling(Preemptive & Non-Preemptive)& Shortest Job First(Preemptive & Non-Preemptive) that will compute for Waiting time,Average waiting time,turnaround time and ...
Sunday, March 7, 2010 at 2:36am
programming
A small startup software developer company needs to create a program that will calculate the pay of its employees. For the first version of the program, the company wants the program to accept an employees name, the number of hours the employee worked, and the hourly pay...
Saturday, March 6, 2010 at 7:10pm
Business Information Software
I know what the phases of SDCL (software development life cycles) are: Systems investigation; Systems analysis; Systems design; Programming; Testing; Implementation; Operations; and Maintenance. But I am confused just who participates in each SDLC phases. Can somebody please ...
Thursday, March 4, 2010 at 8:32am
Math
graphing method to solve linear programming problem. z=8x+12y 40x+80y=560 6x+8y=72 x=0y=0 Is there a short cut to find the mmaximum without using the graph?
Saturday, February 27, 2010 at 3:05pm
instruction(am i right track)
Plan a presentation for parents to explain the purpose of performance assessment, the use of rubrics, and portfolio assessment. Phases of the Evaluation Process Although the evaluation process is not necessarily sequential, it can by seen as a cyclical process including four ...
Friday, February 26, 2010 at 9:28pm
programming
Week 3 - Expand Pseudo Code The accounting office indicated the code must be able to handle overtime hours. Add functionality to your pseudo code so that if more than 40 hours are worked, the hours over 40 receive time and a half (1.5 * pay rate). Your new output will need to ...
Monday, February 22, 2010 at 10:42pm
Pages: <<Prev | 1 | 2 | 3 | 4 | 5 | Next>>
Post a New Question | Current Questions
For Further Reading