|
Post a New Question | Current Questions | Chat With Live Tutors
Recent Homework Questions About Programming Languages
Post a New Question | Current Questions
Programming
Write the pseudocode for a program to calculate the wages of a sales according to the following rules. The wage is calculated at a rate of 15% of sales. If the salesman has been with the company more than three years, he receives a loyalty bonus of 10% of his calculated wages.
Programming
Write the pseudocode for a program to calculate the wages of a sales according to the following rules. The wage is calculated at a rate of 15% of sales. If the salesman has been with the company more than three years, he receives a loyalty bonus of 10% of his calculated wages.
programming
Write pseudocode (using pascal) to accept as input names of an unspecified number of equipment rented, the name of the company, the number of days the equipment was rented for and the sales amount. The algorithm must determine the number of times each type of equipment was ...
programming
Write pseudocode to accept as input names of an unspecified number of equipment rented, the name of the company, the number of days the equipment was rented for and the sales amount. The algorithm must determine the number of times each type of equipment was rented, as well as...
Programming II
Create a test program that defines and uses both the default and non-default constructor of a class. Create a class of students in a college. Make sure you include name, phone number, student number, current course, current GPA, and current grade.
computer programming
: Create a program like KBC game show where program ask user 3 different question one after another and the user should answer them. If the answer are correct then pop up the message as you got the right answer and must ask user does he/she wants to go for next ...
programming
I need help in the TODO section. /** * Driver.cpp - This file contains the driver code to test the * linkedStackType class implementation * */ #include <iostream> #include "linkedStack.h" using namespace std; template <class Type> void printStack(...
OOP PROGRAMMING
Write a program the 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 pay rate. Use a ...
programming
The Binary Tree is one of the best ways to organize data when you need fast access. For this assignment, we will organize a list of names and perform various operations on those names. Build and show a binary tree based on the following names inserted into the binary tree in ...
JAVA PROGRAMMING
"POWERS" Compute the power of a number given the base and exponent. Do three versions of this program using a while loop, a do-while loop and a for-loop. Introduction Please help..i don't know how to input this in java...please help.tnx
Programming
Write a program that inputs (from the user) the number of hours worked and hourly rate for employees and outputs the total pay. The program should process an arbitrary number of employees; the user will terminate input by entering 0 hours worked and pay rate. Use a class ...
MIPS Assembly programming
Hi there, I need to implement in assembly mips an iterative binary search method. Here's my code: # this program implements binary search # the equivalent pseudo code is the following: # first = 0 # last = size -1 # while (last - first > 1) { # mid = (last-first)/2 + ...
Programming
Language - PYTHON 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 then calculate the amount of a 15% tip and 7% sales tax. Display each of these amounts and the total. ...
C Programming
I need help creating a program that uses a menu with options to enter student information (name, ID, GPA), print student information, or quit the program. Use data files and FILE pointers to store and print information entered.
computer programming c++
write a program that can read 10 interger values into an array and find the total for that array in the program , write 3 fiunctions: a function to read values , a function to find the total of element value and a function to print value
computer programming
write a program that can read 10 interger values into an array and find the total for that array in the program , write 3 fiunctions: a function to read values , a function to find the total of element value and a function to print value
programming
This pseudocode should detrmine the rental fees for cars // Standard cars rent for $65 per day; compacts rent for $40 per day // and subcompacts rent for $30 per day // Rentals for at least 7 days receive a 20% discount // An error message is displayed if the car type is not ...
programming
Problem 6.9 Lottery Number Generator A lottery commission offers four different lottery games to play: Three-number, Four-number, Five-number and Five-number + 1 lotteries. Each game has independent numbers. Develop an application that randomly picks numbers for all four games...
programming
creat a logic for a program that continuously prompts the user for a numeric number of dollars until the user enters 0. pass each entered amount to a conversion method that displays breakdown of the passed amount into the fewest bills
Linear Programming
Riverside oil company in eastern Kentucky produces 3 different grades of gasoline. They are regular, premium, and supreme grades. Each barrel of regular grade sells for $77 while premium grade sells for $82 per barrel and supreme grade sells for $89 per barrel. Petroleum ...
statistics
On average, 30-minute television sitcoms have 22 minutes of programming.If a probability distribution for minutes of programming can be approximated by a uniform distribution from 18 minutes to 26 minutes. What is the probability a sitcom will have 25 or more minutes of ...
statistics
On average, 30-minute television sitcoms have 22 minutes of programming.If a probability distribution for minutes of programming can be approximated by a uniform distribution from 18 minutes to 26 minutes. What is the probability a sitcom will have 25 or more minutes of ...
statistics
On average, 30-minute television sitcoms have 22 minutes of programming.If a probability distribution for minutes of programming can be approximated by a uniform distribution from 18 minutes to 26 minutes. What is the probability a sitcom will have 25 or more minutes of ...
Computer science
THIS IS C PROGRAMMING I NEED TO CREATE A METHOD! Create a method areaOfaTrapeziod when given a, b, and h (all doubles), will return the area (double) of a trapezoid. Use the equation pictured below. THANKS IN ADVANCE :)
CSS/ Web programming
Test the following CSS code: <style type = "text/css"> p.standout{font-size: 24pt; color:blue;background-color:red}; </style> <p class = "standout"> To really make it stand out, use a red background </p> What background color do you ...
event driven programming
8. Write a visual basic program that accepts basic pay, allowances and tax of ten employees computes gross pay and net pay of each of the employee.
Math: Algebra 2 Linear Programming
An airline will provide accommodations for a minimum of 2000 first class, 1500 business, and 2400 economy class passengers. Airplane 1 costs $12,000 per mile to operate and can accommodate 40 first class, 40 business, and 120 economy passengers. Airplane 2 costs $10,000 per ...
Algebra 2 -Linear Programming
Find the values of x and y that maximize or minimize the objective function. x+y < or equal to 8 2x+y < or equal to 10 x> or equal to 0, y > or equal to 0 A. (0,5) Maximum value is 100 B.(1,7) Maximum value is 220 C.(2,6) Maximum value is 280 D. (5,0) Maximum value...
programming
Part A: Write a code segment that inputs an integer from cin, and then outputs a row of that many stars on cout. Part B: Change the code segment to read a series of numbers from file indata, and print a row of stars on cout for each number read.
programming
Write a code segment that inputs an integer from cin, and then outputs a row of that many stars on cout.
programming
develop a program that converts inches to centimeters(1 inch=2.54 cm). The program when runs should prompt the user to enter an inch value
programming
I need to do this but I don't know how to start! I'm so bad a this class, and I'm just taking it because is a required! Please help! Write an algorithm that solves tax calculation problem.
Programming C#
Write a program that prompts the user for a name, social security number, hourly pay rate , and the number of hours worked. - Gross pay defined as hourly pay rate time hours worked. - Federal withholding tax, defined 15% of the gross pay. - State withholding tax defined as 5% ...
Algebra 2 (Linear Programming)
Part A requires 4 hours per unit on a lathe and 3 hours per unit on a milling machine. Part B requires 2 hours per unit on a lathe and 5 hours per unit on a milling machine. 52 hours are available on the lathe and 60 hours are available on the milling machine. If the profit ...
Math: Linear Programming
Describe the linear programming situation for this system of inequalities. x≤1 , y ≥0 , 3x+y≤5 infeasible unbounded an optimal solution alternate optimal solutions Describe the linear programming situation for this system of inequalities where you are asked ...
Algebra 2 (Linear Programming)
A bicycle builder makes two models. The basic model requires 2 hours of frame construction, 4 hours of assembly, and 1 hour of finishing. The deluxe model requires 3 hours of frame construction, 3 hours of assembly, and 2 hours of finishing. Each day 36 hours are available for...
Algebra 2 (Linear Programming)
The Carbon coal company has 2 mines, a surface mine ad a deep mine. it costs $200 per day to operate the surface mine and $250 to operate the deep mine. Each mine produces a medium grade and a medium-hard grade coal, but in different proportions. This surface mine produces 12 ...
Algebra 2 (Linear Programming)
An airline will provide accommodations for a minimum of 2000 first-class, 1500 tourist, and 2400 economy-class passengers. Airplane P-1 costs $12,000 per miles to operate and can accommodate 40 first-class, 40 tourist, and 12 economy-class passengers. Airplane Q-2 costs $10,...
programming
what are application- level requirements
Programming using C#
Write a program that displays your initials in a pattern on the screen. Compose each initial with six lines of smaller initials, as the following example: J FFFFFF J F J FFF J F J J F JJJJJJ F
math
Linear Programming word problem Full Question: Madison is preparing a wilderness backpacking trip on which she plans to eat a combination of cereals and nuts. The recommended daily requirement is at least 300 calories and 2.4 ounces of protein. Each ounce of cereal supplies ...
programming
write a program in C# that calculates and prints the take home pay for a commissioned sales employee. allow the user to enter values for the name of the employee and the sales amount for the week. employee receives 7% of the total sales. federal tax rate is 18%. retirement ...
programming
2-5 Grade Determination is says " Write a program that will input three test scores. the program should determine and display their average. the program should then display the appropriate letter grade based on there average. the letter grade should be determined using a ...
Programming
Input a list of positive numbers (terminated by 0) into an array, find the mean (average) of the numbers in the array, and output the result. Use a subprogram to input the numbers, a function to find the mean, and a subprogram to output the result.
Programming Logic
Programmign Logic for business Modify the PROCESS routine in Section 5.4 to determine whether the student is full time or part time before checking whether he or she lives in district or out of district. Use a flowchart and pseudocode to show your solution. Here
programming
How do you write a program that prints out your course schedule for a week? Here's an example of the output for one day: Monday 9:00 Computer Science 101 Monday 11:00 Physics 201 Monday 2:00 Dance 153
programming
How to write a program to create a class roster using an array? The program prompts the teacher to enter students names and GPA values. Display the results.
programming
Design a class named Book that holds a stock number, author, title, price, and number of pages for a book. Include a method that sets all the data files and another that prints the values for each data field. Create the class diagram and write the pseudocode that defines the ...
programming
how do I write a pseudocode to find and display the largest list of positive numbers entered by the user. The user should indicate that he/she has finished entering numbers by enter a
Programming
Write a pseudocode program that asks the user for an integer between 1 and 12. The program is to calculate the times table for that number. So for example, if the user enters a 2, then the program has to calculate 2x1 and display the answer, then 2x2 and display the answer, up...
programming
Hi i need to make a video (ON gps) using still image on AVI SYNTH. At the same time i have to use atleast three editing techniques they are a)dissolve, b)fade, C)crop, d)resize and e)zoom. i wrote my script but i couldn't play the video. please help. # Aliasing GPS Image ...
IT
This week you are beginning your project. The development for this project will take place over length of the capstone course. Your instructor will work with the the students to select and approve each portion of the project development. You will work on the capstone project ...
Programming Concepts
how do you Create a Web page that displays all numbers from 20 to 1 and indicates whether the number is prime in it displays?
programming
Your first procedure is to be named MOVIE_RENTAL_SP and is going to provide functionality to process movie rentals. Based on data that will represent the movie id, member id and payment method your procedure will need to generate a rental id and then insert a new row of data ...
programming
write a program that asks the user to enter an objects mass, and then calculates and displays its weight.
programming
write a c program that accepts a name as first name last name but displays the name as last name first name in the output
programming
How do i read in a vector of integers with a space inbetween (i.e. 0 1 2 3) and make it an integer array? in java
Resources for Educating young Children Part 2
I was wondering if someone could please help? My questions are: 5. Which one of the following statements about adapting a curriculum to children with learning differences it true? a) when teaching mathematics, always try to relate the concept to its use in everyday life b)don...
Java Programming
Don't know how to start.. Can anyone help me? For this program you are to create a two class application - a driver and a principal class - that reads in text interactively from the keyboard, and then reports on two aspects of the entered text. First it should print a ...
Law and Ethics
Hi, I'm a incoming freshmen to a university. Over the summer I obtained the book that we would be using for a course. I have spent several hundred hours of self research and self teaching reading the whole entire book and solving every single problem in the book. It's ...
linear programming
A feed company is developing a feed supplement from two grains A and B. Each kilogram of A contains 0.3 grams of protein and 0.2 grams of carbohydrates; each kilogram of B contains 0.9 grams of protein and 0.1 grams of carbohydrates. There must be at least 27 grams of protein ...
linear programming
Minimize z = 3x + 6y subject to: 4x + y ≥ 20 x + y ≤ 20 x + y ≥ 10 x ≥ 0 y ≥ 0 Graph the feasibility region. Identify all applicable corner points of the feasibility region. Find the point(s) (x,y) that minimizes the objective function z = 3x + 6y.
linear programming
A manufacturer has a maximum of 240, 360, and 180 kilograms of wood, plastic and steel available. The company produces two products, A and B. Each unit of A requires 1, 3 and 2 kilograms of wood, plastic and steel respectively; each unit of B requires 3, 4 and 1 kilograms of ...
linear programming
A manufacturer produces two items, bookcases and library tables. Each item requires processing in each of two departments. Department I has 40 hours available and department II has 36 hours available each week for production. To manufacture a bookcase requires 2 hours in ...
linear programming
A company is planning to purchase and store two items, gadgets and widgets. Each gadget costs $2.00 and occupies 2 square meters of floor space; each widget costs $3.00 and occupies 1 square meter of floor space. $1,200 is available for purchasing these items and 800 square ...
linear programming
Maximize z = 16x + 8y subject to: 2x + y ≤ 30 x + 2y ≤ 24 x ≥ 0 y ≥ 0 Graph the feasibility region. Identify all applicable corner points of the feasibility region. Find the point(s) (x,y) that maximizes the objective function z = 16x + 8y.
Computer programming
What and how does a visral generator operates and work.i'm an armateur!kindly help
programming
I'm an armateur!how do i write a program on my laptop?
Programming Problems
Include names of students from the user, terminated by ZZZ, and create a data file GRADES with records of the form: student (string), test1 (integer), test2 (integer), test3 (integer) In this file, all test scores should be set equal to 0.
Programming
2. Then it should prompt the user for the input file name of the file containing the data to sort. 3. If the program can't open the file or if no file name is entered (^d or ^z is entered for EOF), it should print an error message and exit. 4. The file will contain numbers...
Linear programming
Riverside Oil Company in eastern Kentucky produces regular and supreme gasoline. Each barrel of regular sells for $21 and must have an octane rating of at least 90. Each barrel of supreme sells for $25 and must have an octane rating of at least 97. Each of these types of ...
Programming
How do you obtain a tcsh shell login on mac?
IT Fundmentals of Programming w/ Algoriths & Logic
How would I write an object-oriented pseudocode for a system that allows a user to enter their name into a text box? When they press the Go button a message will be displayed in a label that says Hello and their name.
math
Write down the objective function and the constraints for the given linear programming problem. A local herb shop is producing two natural perfumes: Gentle Roseand Rich Gardenia. The owner, who has equipment that can make up to 3000 ounces of perfume, cannot afford to spend ...
Basic Programming Language
Write the force of attraction between 2 bodies with the formula f = G mm r2
Information Technology
I have this assignment due tonight in about 2 and a half hours. I am going to try to finish it the best that I can but I do not know if I will be able to. I really am stuck. I have no idea where to even start on this. Can somebody please help?! Read the following ...
computer science
Your goal is to solve the following programming lab activity. Write a program that prompts & accepts a number between 1 and 12. After getting the input, display the number with the appropriate month. (example: This is the 1st month
January, This is the 2nd month
...
Programming
Here is the question that I need help to write the code for the following program in Visual Basic 2010. I am trying to write the code but it has a run time error. If your could helps me to write the code it would be greatly appreciated. Q. Write a program that calculates the ...
Infinite math
use the M method to solve the following linear programming problem: Minimize C+ -5x+10x+15x Subject to 2x+3x+x <(or equal to) 24 x-2x-2x >(or equal to) 1 x,,x,x>(and equal to) 0
Programming
I need your help to write a program using visual basic 2010 for the following:- write a program that calculates the average of up to 50 numbers input by the user and stored in an arrey. The program should use a class named Statistics and have an AddNumber method that stores ...
Programming
I suppose to write a program that calculates the average of up to 50 numbers input by the user and stored in an array. The program should use a class name Statistics and have an AddNumber method that stores numbers into an arrey one at a time. The class should have a count ...
programming
1.Write a query to display the names of the employees that do not have any department_id. 2. Write a query to display the names, salary and job_id of employees in department_id 40, 60 and 80. Display the name as a single column and label it as Full_Names.
programming logic and design
whats is the output for each psuedocode sedment? 2. d=4 e=6 f=7 while d>f d=d+1 e=e -1 endwhile output d, e, f 3. g=4 h=6 while g<h g=g+1 endwhile output d, e, f 4. j=2 k=5 n=9 while j<k m=6 while m<n output "goodbye" m =m+1 endwhile j=j=1 endwhile 5. j=2...
programming logic and design
what is the output by each psuedocode segments ? 1. a=1 b=2 c=5 while a<c a = a+1 b = b+c endwhile output a, b, c 2. d=4 e=6 f=7 while d>f d=d+1 e=e -1 endwhile output d, e, f 3. g=4 h=6 while g<h g=g+1 endwhile output d, e, f 4. j=2 k=5 n=9 while j<k m=6 while m&...
programming
write a program that determines how many names are on the boy's and girl's list.
Business
How will demand and supply trends in the high-definition industry affect the price for HDNets programming?
VB
Programming in Visual basic 2008 exercise 11.5 Create a project that store personal information for a little electronic Black Book the fields should include name, phone number, pager number, cell phone number, voice mail number and email address. Allow the user to ...
Programming Logic
I need to create a flowchart/psuedocode for a dice game that give you 2 rolls with 5 dice, 3 rolls per game. the computer will roll the 4 dice and calculate your score. my question is...do i need to repeat this 3 times and can i use nested loops and if so..how do i set this up...
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 ...
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 =
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 =
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 =
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.
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
math
If the solution to the linear programming problem exists, then it has to be at a corner point.it is true or false?
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 ...
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 ...
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 ...
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 ...
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 ...
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...
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...
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.
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...
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?? ...
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?? ...
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...
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
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 ...
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 ...
Programming
How come anytime I ask a question about programming or SQL on this website...I can never get any help?
programming
How to integrate / combine two different programs together ??? :/
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 ...
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, ...
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).
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
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, ...
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).
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].
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.
Programming Logic and Design
A program that accepts a plant's name, price, and the plant's light and soil preferences.
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
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 (...
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/...
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.
Java/programming
write a program that determines the number of days in a given semester.
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 ...
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 ...
sociology
what effects of global tv programming acces from a functinalist, conflict, and inteactionist perspective.
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 ≥
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.
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 ...
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 ...
programming in c
write a program to compute in centimeters of a steel rod
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 ...
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...
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
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 ...
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?
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 (...
computer
name and describe five criteria that are used by organizations to choose among programming languages.
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 ...
Programming Java
I have to create an analog clock..What methods should i use
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...
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
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 ...
programming
Write a top down program to calculate the velocity and the height of a ball of mass m thrown at mars 40times
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.
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 ...
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
Pages: 1 | 2 | 3 | Next>> Post a New Question | Current Questions
Homework Help: Computers
For Further Reading
|