1,475 Answered Questions for the topic computer programming
Computer Programming Computer Science
05/07/21
singly linked list that is sorted alphabetically
I am having trouble figuring out how to have a singly linked list that is sort alphabetically. would anyone be able to write out some source code in c# or java that would give me an example of how...
more
Computer Programming Algebra 1
05/04/21
Context Inequality
The drama club is selling tickets to their play to raise money for the show's expenses. Each student ticket sells for $5 and each adult ticket sells for $7.50. The auditorium can hold no more than...
more
05/04/21
Context Inequality Graphically
Austin and his children went into a restaurant where they sell drinks for $1.50 each and tacos for $3 each. Austin has $30 to spend and must buy at least 15 drinks and tacos altogether. Also, he...
more
05/04/21
C To F. Write a function: double celsiusToFahrenheit(double celsius)
Write a function:double celsiusToFahrenheit(double celsius)It should return the Fahrenheit temperature equivalent to the given Celsius temp.F = (9.0 / 5) * C + 32Code:#include...
more
05/04/21
String Trim2. Write a function stringTrim that removes the first and last characters from a given string.
Write a function stringTrim that removes the first and last characters from a given string. "chello" should become "hell".Your function must work correctly given the code in main shown below....
more
05/04/21
Midpoint Finder. Write a function: void findMidpoint(double x1, double y1, double x2, double y2, double& xMid, double& yMid)
Write a function:void findMidpoint(double x1, double y1, double x2, double y2, double& xMid, double& yMid)Assume x1, y1 and x2, y2 represent two coordinates on a Cartesian plane. Calculate...
more
Computer Programming Computer Science
05/04/21
UNDER NO CIRCUMSTANCES ARE YOU ALLOWED TO WRITE A SINGLE LOOP!
Simply call on the program, give it one or more parameters and press enter.The conversion for that specific number should then be displayed unless no arguments were given. If by chance you do not...
more
05/03/21
MyMin. Write a function: int myMin(int num1, int num2)
Write a function:int myMin(int num1, int num2)It should return the lesser of the two parameters.Code:#include <iostream>using namespace std;//Do not modify anything on or above the line below...
more
05/03/21
C To F. Write a function: double celsiusToFahrenheit(double celsius)
Write a function:double celsiusToFahrenheit(double celsius)It should return the Fahrenheit temperature equivalent to the given Celsius temp.F = (9.0 / 5) * C + 32Code:#include...
more
05/03/21
String Trim2. Write a function stringTrim that removes the first and last characters from a given string.
Write a function stringTrim that removes the first and last characters from a given string. "chello" should become "hell".Your function must work correctly given the code in main shown below....
more
05/03/21
Midpoint Finder. Write a function:
Write a function:void findMidpoint(double x1, double y1, double x2, double y2, double& xMid, double& yMid)Assume x1, y1 and x2, y2 represent two coordinates on a Cartesian plane. Calculate...
more
05/03/21
Fibonacci functions. You will write three functions, each of which computes Fibonacci numbers.
Write the assembly code for the functions fibonacci_recursive.s, fibonacci_iterative.s, fibonacci_closed.s. Provide the assembly code as the answers for all three functions separately.main.c...
more
05/03/21
help me output either a list of failing students (Less than 65) or a list of students on honor roll(above 90). ONLY USING A LOOP AND IF STATEMEN
using System;public class Program{ public static double[] arrayAvg(double[, ] a) { double[] tempArray = new double[a.GetLength(0)]; double sum = 0; for (int i = 0; i < a.GetLength(0);...
more
05/02/21
Show that B is the inverse of A.
A = -1/2 -5/4 B = 8 51 2 -4 -2To show that B is the inverse of A, we need to show that AB = I = BA.AB = -4 + ___ -5/2 + ___ = ____ ____ 8 + ___ 5 + ___ ____ ____BA = -4 +...
more
Write and Solve Inequalities in Context
David has $520 to spend at a bicycle store for some new gear and biking outfits. Assume all prices listed include tax.
He buys a new bicycle for $303.93.
He buys 4 bicycle reflectors for $10.99...
more
Algebra 1 Question
Camden was given a gift card for a coffee shop. Each morning, Camden uses the card to buy one cup of coffee. The amount money remaining on the card after buying x cups of coffee is given by the...
more
04/30/21
Write and Solve Inequalities
David has $520 to spend at a bicycle store for some new gear and biking outfits. Assume all prices listed include tax.
He buys a new bicycle for $303.93.
He buys 4 bicycle reflectors for $10.99...
more
Context Inequality
London is working two summer jobs, making $7 per hour babysitting and making $13 per hour landscaping. In a given week, she can work no more than 14 total hours and must earn at least $130. Also,...
more
04/30/21
Interpret Linear Function
When Riley left her house in the morning, her cell phone battery was partially charged. The charge remaining in Riley's battery, as a percentage, can be modeled by the equation B=40−5t where t is...
more
04/30/21
How to provide internet connection to Virtual Box?
I need help providing internet connection to my Virtual Box for my pfsense for Ubuntu. I do not know how do this at all going through step by step would be helpful. I need the internet...
more
04/30/21
Show that B is the inverse of A.
A = -1/2 -5/4 B = 8 5 1 2 -4 -2To show that B is the inverse of A, we need to show that AB = I = BA.AB = -4 + ___ -5/2 + ___ ...
more
04/30/21
Use the matrix capabilities of a graphing utility to solve (if possible) the system of linear equations. (Round your answers to two decimal places. If there is no solution, enter NO SOLUTION.
2x + 5y+ w= 15x + 4y + 2z - 2w= -72x - 2y + 5z + w = 2x - 3w = -1(x, y, z, w) = ______
04/30/21
Use an inverse matrix to solve (if possible) the system of linear equations. (If there is no solution, enter NO SOLUTION. If the system is dependent, set y = a and solve for x in terms of a.)
5/6x - y = -184/3x - 7/2y = -44(x,y) = _____
Computer Programming
04/28/21
What is the website name where i can add several username of programming websites?
I want to several problem based or contest based programming website in a website where i can see my overview progress of those websites.For example i have account of codeforce, codechef, atcoder...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.