1,475 Answered Questions for the topic computer programming
01/18/22
What is the answer to the question in the description
Assume that the following code exists inside the main method of SomeClass, and that this code compiles without errors:int result = obj.calculate(4, 3.14);where obj is an object of...
more
Identify A polygon
Choose ALL answers that describe the polygon EFGH if measure of angle E = 96 degrees, measure of angle F = 91 degrees, measure of angle G =89 degrees, measure of angle H =84 degrees, and side EF is...
more
12/10/21
Chemistry Bonding Covalent Structures
Write the following elements structural formula, electron dot formula, molecular shape, bond polarity (P or NP) and Molecular polarity (P or NP)Elements: H2O2, HCOOH, HCN, CO(NH2)2 , N2H4, C2H4,...
more
Computer Programming Java
12/09/21
computer language
Write a java program to implement inheritance and methodoverriding for the given problem below: [20] 1. Create a class called Courier that includes the following: a. Declare the necessary member...
more
Computer Programming Java
12/09/21
computer language
Write a program that reads an integer from the user, then creates an array of integers of that length. It then fills the array with integers read from the user. a) In your program’s main class,...
more
Computer Programming Java
12/09/21
computer language
Write a Java code which gives the value of for n= 2,4, … 2^14. You can use the function Math.pow(x, y).
Computer Programming General Computer
12/02/21
Unable to boot to windows 10
How to fix my bootloader from MirBSD Korn shell
Computer Programming Python
12/02/21
Python Assignment
The game you will construct here will require user input to appease or defeat the characters above, each of which has a different requirement. To receive full credit for this assignment, your...
more
Computer Programming Programming
11/30/21
plz can u help to solve this with OUBUILD program
A person is cutting a long board of wood into different length of pieces . Each cutting has fixed width 2 cm lengths. Given that each cutting with different length has a different...
more
Computer Programming Programming
11/30/21
plz can u help to solve this with OUBUILD programe
Suppose you have a set of numbers and they are in ascending order such as (6,2,9,5,8,7). In this set we have six pairs that are out of this rule or sequence as following...
more
11/22/21
Please help with coding problem
Hello,I have a question about a java code. I have to write a program where i'll enter a String value as a variable “word”: “blahblahblah” then create a method that is called “showPairs(String...
more
11/16/21
Help needed with code
I am struggling with a Java coding problem. How can I write an application that allows a user to enter any number of student quiz scores, as integers, until the user enters 99. If the score entered...
more
Computer Programming
11/13/21
Im new to programming and i want to build a native app for android and ios on react native. To use react native, what programming languages do i need to learn??
11/11/21
Python gradient RGB
I am creating a PYTHON program that outputs a window with a background made up of lines that start at x = 0 and span across the width of the window. What I would like to do is ask the user for...
more
Computer Programming
11/10/21
Computer Programming
Do you think that C has all of the data types that a programmer needs to do his or her job? If so, why? If not, what is one data type you would add to the language to make it more useful?
Computer Programming Boolean
11/06/21
Simplify the Boolean function
Simplify the Boolean function F (w,x,y,z)=Σ(2,4,7,10,12)together with its don't-care conditions d(w,x,y,z)=Σ(0,6,8) and express the simplified function in SOP form. Do not include spaces between...
more
Computer Programming
11/04/21
Computer Programming
Goal: To bring together everything you've learned about repetition , relational operators, and input validation and show your mastery of these concepts.You are to write a program that will allow a...
more
11/04/21
Write a static method histogram() that takes an array a[ ] of int values...........
Write a static method histogram() that takes an array a[ ] of int values and an integer M as arguments and returns an array of length M whose ith entry is the number of times the integer i appeared...
more
Computer Programming Java
11/04/21
if Statement on two user inputs
import java.util.Scanner;
public class RunBloodData {
public static void main (String [] args){
Scanner sc = new Scanner(System.in);
System.out.println("Enter blood type of...
more
Computer Programming
10/31/21
Computer Programming
Consider this excerpt of code that converts a temperature from Fahrenheit to Celsius:double fTemp = 75.2;double cTemp;cTemp = (5 / 9) * (fTemp - 32); 1. What is the problem with this code that will...
more
10/26/21
BlueJ Questions
If you could write it in the format of BlueJ(Java). That would be great but if not that's ok1) Write programs with for loops that computea. The sum of all even numbers between 2 and 100...
more
10/25/21
Best Fit Algorithm Help
def BestFit():
boxes = readCSV()
num_of_boxes = len(boxes)
bin_area = 40
n_bin = 0
area_remaining_in_bins = []
lists = []
for x in range(num_of_boxes):
...
more
Computer Programming
10/25/21
The factorial of an integre Nis the product of the integers between 1 and N. inclusive. Write a while loop that competes the futurial of a given interer N.
Computer Programming
10/19/21
Data Structure Programming
According to Einstein’s famous equation, the
amount of energy E produced when an amount
of mass m is completely converted to energy if
given by the formula
E = mc2
where c is the speed of...
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.