472 Answered Questions for the topic programming

Programming C++ Computer Science Code

12/05/20

Graded Activity C++ Program

A C++ assignment Implement the GradedActivity class. Copying from the pdfs is fine. Create a new class Assignment which is derived from GradedActivity. It should have three private member ints for... more
Programming C++ Computer Science Code

12/05/20

C++ Grid Writer

C++: In this part of the assignment you will not need to write any code. Instead you will download a software project and submit your answers to questions about the code.The project uses a class... more
Programming C++ Computer Science Code

12/05/20

C++ Program: Random Number Guesser.

MUST HAVE TWO FILES Submit your RandomNumberGuesser.h and RandomNumberGuesser.cpp filesWrite a derived class of the NumberGuesser class named RandomNumberGuesser. The derived class should override... more

12/03/20

Please help with CS

True or False and explain, Methods can exist inside the main (Runner) class.True or False and explain. The toString() method is unique and defaulted to every object. True or False and explain. You... more
Programming C Programming

11/26/20

program implements a simplistic version of the Linux cut command

Assignment 2. Note: See assign2Updates.txt for changes, updates and/or clarifications to this assignment. Check regularly before submitting to make sure you haven't missed anything. ... more
Programming C#

11/24/20

Rewrite code C#

Hi!I am trying to program my own Pac Man game. I have this code: foreach (Control x in this.Controls) { if (x is PictureBox) { if... more

11/24/20

Copy/pasting in software that does not support copy/paste.

I was given a small data entry job in which I had to type 2000 data and I had to do this in a specific software. Problem is that I typed almost 200 data in that software and I came to know that the... more

11/22/20

Can someone do me this project?-java

The project description:As a programmer, you have been asked to write a Java application, using OOP concepts, for a Hospital with the following requirements:• The Hospital has several employees and... more

11/22/20

Can someone fix my code based on my comment under this question? *java*

My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]... more

11/21/20

Can someone fix my code based on my comment under this question? *java*

My code:package javaapplication45;import java.util.ArrayList;import java.util.List;import java.util.Scanner;public class JavaApplication45 {// Maain Classpublic static void main(String[]... more

11/20/20

(C++) Use AND, NOT, OR, XOR

Code C++ using AND, NOT, OR, XOR from:S = ++G * H < D > 100J = --G + D * H < 100K = ++S + --J * G > 200L = S + J + K > 150

Help!! How to solve these matlab problems?

Problem1:Enter the following data into the Matlab command window.A=[02: 1 4];B=[1 3; 2 6]:What is A*B? What is A.*B?What does A.^-I produce verses A^-1?Problem3:Given the matrix: M=[1 1; 1 3;]; Use... more

How to write or solve these problems in matlab?

Problem1:Enter the following variables into your command window:A=[1 2 3:];B=[1:2:3];Can you subtract A from B?Can you add A to A?Problem2: Enter the following data into the Matlab command... more

11/17/20

Programming with Python: Classes

Hi! Could somebody help me with this assignment? It's for my programming class and I am required to create a class with multiple functions. Create a class named Plant In the __init__ function of... more
Programming C++ Computer Science

11/15/20

Understanding Sequential Statements

In this lab, you complete a C++ program with the provided data files. The program calculates the amount of tax withheld from an employee’s weekly salary, the tax deduction to which the employee is... more
Programming C++ Computer Science

11/15/20

Understanding Operator Precedence and Associativity

In this lab, you complete a partially written C++ program that is provided for you. The program, which was written for a furniture company, prints the name of the furniture item, its retail price,... more
Programming C++ Computer Science

11/15/20

Declaring and Initializing C++ Constants

In this lab, you declare and initialize constants in a C++ program. The program, which is saved in a file named NewAge2.cpp, calculates your age in the year 2050.Instructions Declare a constant... more
Programming C++ Computer Science

11/15/20

Declaring and Initializing C++ Variables

Declare an integer variable named myNewAge. Declare and initialize an integer variable named myCurrentAge. Initialize this variable with your current age. Declare and initialize an integer... more
Programming C++ Computer Science

11/15/20

Compiling and Executing a C++ Program

Modify the program so it displays I'm learning how to program in C++.  Modify the C++ Programming program so it prints two lines of output. Add a second output statement that displays That's... more
Programming Java Computer Science

11/15/20

Compiling and Executing a Java Program

Modify the program so it displays "I'm learning how to program in Java.". Modify the Programming class so it prints two lines of output. Change the class name to Awesome. Add a second output... more

question about programming

What does it mean when you are asked to create a method that will accept one time objects and return true if the two times are the same and false otherwise?
Programming Computer Programming C#

11/14/20

Using Method in If-statement

Hi!I would like to use an if-statement that will execute a code if a button is clicked, but I can't do the following: if (buttonplus_Click = true) { //code }Is... more

11/13/20

Can someone make a program like this I need it as a basis and I want to properly learn PLease Help Me Out

Create a program that simulates the Transfer funds function of an Automated Teller Machine. All the data transactions and/or processes should reflect in the database. The user must not be able to... more

11/13/20

Can someone please help I have been struggling figuring the SLQ query on this figure can someone also explain how this works please I Dont want to fail

Please provide how you completed the table I want to learn badlyWrite the correct output for each SQL query. Put your answers in a .txt file (separate the columns properly with the use of the TAB... more

Python Files Assignment Help

I need help creating a code that meets the following requirements: Prompt the user to enter a file name/path to read Use open(filename) to open and read the file specified by the user (in the... 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.