1,474 Answered Questions for the topic computer programming

Computer Programming Computer Science Computer Engineering

09/28/23

Implement pow(x,n) in C

Implement pow(x, n), which calculates x raised to the power n (i.e., xn). Constraints: -100.0 < x < 100.0 -231 <= n <= 231-1 n is an integer. Either x is not zero or n >... more
Computer Programming Computer Science

09/28/23

Merge Two Linked Lists

You are given the heads of two sorted linked lists list1 and list2.Merge the two lists into one sorted list. The list should be made by splicing together the nodes of the first two lists.Return the... more
Computer Programming

09/22/23

I want a refund from one of my lessons

Can I get a refund for one of my sessions? I dont think the tutor was the right fit for me and she refused to provide me credentials
Computer Programming Math

09/21/23

What is this formula??

I am in class for computer science and have to write a program that utilizes the following "formula" (which I have come to find out this instructor used software to hand write):I can't find it... more
Computer Programming General Computer Sql Cobol

09/21/23

What legacy Information Technology mainframe skills can you teach ?

Computer Programming Java Computer Science

09/20/23

java method creation

provide a sequence of Java statements to declare, create, and initialize an array of the first 500 positive even integers. the value of the first element should be 2 the value of the second element... more
Computer Programming

09/18/23

The tutor haven't been able to give the lesson, Are they going to charge me anyway?

Computer Programming Java Computer Science

09/15/23

java method getUserGuess

Method name: getUserGuessParameter(s): a Scanner objectReturn type: StringPurpose: This method asks the user for a 5-letter word and returns the word. This method must repeatedly ask for a word... more

09/06/23

Python Code to Apply Gamma Correction to Image

I'm working on a computer vision project where I need to perform various image processing techniques like Gamma Correction, rotation, and thresholding on a set of images. Could you provide me with... more
Computer Programming Computer Science

09/06/23

Safe Integer Multiplication in C

Write a C function that takes two integers as input and safely multiplies them together. If the multiplication would result in an overflow, your function should return false; otherwise, it should... more
Computer Programming Computer Science

09/06/23

C function to reverse an array of integers

Write a C program that reverses an array of integers.

08/31/23

True or false computer introduction

a. Applications requiring complex, sophisticated mathematical calculations use mainframesb. Instead of the term, port, the term, connector, sometimes is used to identify audio and video ports
Computer Programming

08/30/23

Programming in C

Write a program to allow the user to enter the lengths of each side of a polygon. It is upto the user to decide the number of sides in their polygon. When the user is done, you have to output the... more
Computer Programming

08/27/23

Which programming language is mostly use today?

Computer Programming Java

08/17/23

This is a Java Quiz

1.     C and C++ are __________-threaded languages whereas Java is a __________-threaded language.2.     Three reasons an alive thread might not be Runnable are that it is _________, _________, and... more
Computer Programming

08/17/23

Variables that are private to the class.

What are Instance variables? Variables that are accessible only at runtime. Variables that are private to the class. Variables that are accessible by all the methods in the class. Variables that... more
Computer Programming

08/16/23

I need to fix climb() and reverse() methods to alter the position and climbingUp variables within the Monkey class itself.

I designed a class called Monkey, which represents a monkey climbing along a vertical vine in the jungle.The monkey can only climb for one unit of distance at a time. The direction in which it is... more
Computer Programming

08/08/23

react-native-fs

Hi, I'd like to write to a file in react native and am using an alternative to fs known as react-native-fs but get this error:TypeError: Cannot read property 'RNFSFileTypeRegular' of null, js... more
Computer Programming C#

08/06/23

Problem with building an Android build of my unity2D project

I am a beginner game developer and I want to upload my game to unity. Unfortunately, when I try to build my project in unity as an Android build, it gives me a few errors. Here is the first... more
Computer Programming Computer Science Matlab

07/26/23

Matlab Code png to binary

I am having trouble converting my PNG image to binary. The image name is correct, but I am getting a confusing error on line 4. I put the code with the error mesage below. Thank you.fullFileName =... more
Computer Programming C++

07/21/23

c++ skiplist implentation

how to implement a c++ skiplist implemented using a linked list structure, no arrays or vectors allowed for storing nodes
Computer Programming Python

07/09/23

Python Programming

SpecificationsAssume that you are a farmer who grows flowers. You have 3 different colors of seeds: red, blue,and green. Each seed will grow into a different flower based on conditions including... more
Computer Programming Python

06/22/23

(Split digits) Write a program that prompts the user to enter a four-digit integer and displays the number in reverse order. Here is a sample run:

Enter an integer: 5213The reversal is3213
Computer Programming Python

06/22/23

(Find the number of years and days)

Write a program that prompts the user to enter the minutes (e.g., 1 billion), and displays the number of years and days for the minutes. For simplicity, assume a year has 365 days. Here is a sample... more
Computer Programming Python

06/22/23

(Financial application: calculate tips)

Write a program that reads the subtotal and the gratuity rate and computes the gratuity and total. For example, if the user enters 10 for the subtotal and 15% for the gratuity rate, the program... 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.