1,486 Answered Questions for the topic computer programming

Computer Programming Computer Science Python Coding

03/12/22

Jiun is typing code onto a black screen that has a prompt. It allows him to interact directly with the computer rather than running a separate file. What is the term for the tool he is using?

Jiun is typing code onto a black screen that has a prompt. It allows him to interact directly with the computer rather than running a separate file. What is the term for the tool he is using?Group... more
Computer Programming Computer Python Coding

03/12/22

The following code has which kind of error?

The following code has which kind of error?total = 0x = 0while x < 10:    total = total + xx = x + 11.syntax2.runtime3.logic4.fatalAnswer?
Computer Programming Computer Science

03/09/22

C++ coding question

Timer ClassConcepts tested: Classes1) Write a class called Timer that models a stopwatch with start, stop, and reset buttons. It has the following members:  a) -int startTime; // variable tracking... more
Computer Programming Computer Science

03/08/22

Old Deaf Professor C++ coding assignment

Concepts tested: reading strings, string comparisons, character functions, selection statements, using loops for user interaction, break and continue statementsWrite a program that does the... more
Computer Programming Computer Science

03/08/22

Triangular Computation in C++

Triangle ComputationConcepts tested: Mathematical computation, formatting output  Write a program that: 1) Reads in the length of 2 sides of a triangle as double (do NOT print out any... more
Computer Programming Computer Science

03/08/22

C++ coding question

GoLakers!Concepts tested: integer operations, selection statementsWrite a program that: 1) Reads in an integer from the console (do NOT print out any instructions/prompts for the user) 2) Prints... more
Computer Programming Computer Science

03/01/22

Const Member Functions The code given below does not compile due to const issues.

Modify the existing class code and add const in the appropriate locations to make it compile with the existing main and printNumber #include <iostream> using namespace std; //Do not modify... more
Computer Programming Computer Science

03/01/22

Const Member Functions The code given below does not compile due to const issues.

Modify the existing class code and add const in the appropriate locations to make it compile with the existing main and printNumber #include <iostream> using namespace std; //Do not modify... more

02/28/22

A chemist prepares a solution of nickel(II) chloride NiCl2  by measuring out 79.2μmol  of nickel(II) chloride into a 400 mL  volumetric flask and filling the flask to the mark with water.

Calculate the concentration in m/molL of the chemist's nickel(II) chloride solution. Round your answer to 3 significant digits.
Computer Programming Java Computer Science

02/26/22

Make 2 classes WrapperShallow and WrapperDeep.

Each class shallow and deep are simply wrapper classes to hold a private array variable. int [] a; The default constructor for each class should initialize “a”. Each class should have a toString()... more
Computer Programming Computer Computer Science

02/21/22

computer science question

Can someone please tell me the difference between = and == ?
Computer Programming Math Computer Computer Science

02/13/22

Computer science programming question please??

Write a segment of pseudocode to prompt the user for their name, and then output:'Hello *your name here*, welcome to Comp. Sci 112' -Make sure you give the user a prompt to answer-Make sure you... more
Computer Programming Computer Coding

02/13/22

What is the difference between when a single equals sign is used and a double equals sign is used?

What is the difference between when a single equals sign is used and a double equals sign is used?Group of answer choices:A single equals sign is used for integers whereas a double equals sign is... more
Computer Programming Python Coding

02/13/22

Which of the following statements is true?

Which of the following statements is true?In Python, every line must end with a semicolon.In Python, every line must be indented.In Python, keywords are case sensitive.In Python, a print statement... more
Computer Programming Computer Python Coding

02/13/22

Which of the following is NOT a benefit of using a function?

Which of the following is NOT a benefit of using a function? a. Functions make code more readable.b. Functions are more difficult to write.c. Functions make code reusable.d. Functions can take in... more
Computer Programming Python Coding

02/13/22

What will be the output of this line of code: #print(2 * “3”)

What will be the output of this line of code: #print(2 * “3”) a. an error messageb. no outputc. 6d. 33
Computer Programming

02/10/22

Endless C loop for input

This is the code I've worked on until now, when inputting large decimals, eg 8347.93, loop begins, any assistance to resolve this problem would be appreciated#include <stdio.h>int main(void)... more
Computer Programming

02/10/22

Computer science tutor.

Computer Programming

02/10/22

how to pay for a tutor

a tutor is asking e to pay though another website it seems fish can u help
Computer Programming Computer Java Python

02/08/22

UNIT 4 LAB CODING

Agile Programming – For Your Family Describe the cutting-edge program that is referred to as Agile Development. How does it work and what are some of the benefits in a workplace setting? How does... more
Computer Programming Computer Python Coding

02/04/22

UNIT 4 CRITICAL THINKING QUESTIONS

Critical Thinking Questions Chloe is creating the software requirements specifications (SRS) for a project. The project is a web app that allows students to manage and track all of their college... more
Computer Programming Computer Science

02/03/22

How to implement hashset

How to implement hashset. I need help understanding how i should implement the test //TODO in the Hashset class. NO new methods should be added in HashsetSet.java/** * An interface describing a... more
Computer Programming Java Programming Coding

01/27/22

I don't know how to to code this

Good day. I was hopin if you could help me with this java code that includs a priorityqueue and a scanner. I can't seem to produce an output that make you print the priorityqueue one by one, it... more
Computer Programming Java Javascript

01/24/22

Answer the question in the description please

Assume that aList is a valid ArrayList containing the following:Wei, Marila, Anna, Neal, Rachel, Jack, AneeshWhich of the following does not remove Anna from aList? aList.remove("Anna",... more
Computer Programming

01/22/22

Miles traveled in 20 minutes

how many miles would you travel in twenty minutes going 30 miles per hour with a bicycle that has 26 inch diameter wheels and one with 20 inch diameter wheels ?

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.