1,475 Answered Questions for the topic computer programming

Computer Programming Java Computer Science

06/27/21

Question in java language please answer ASAP

interface IResit { int number = 3; char iChar = ‘#’;} interface IShape extends IResit { public void drawShape ( ); // this method supposed to draw shapes with interface data as... more
Computer Programming Help Urgent

06/24/21

NEED HELP ASAP!

Create tables using SLQ statements with all the constraints. Choose appropriate SQL Server data types. Insert 2 rows in each of the tables. Assume relevant value in the rows of each table. Be sure... more

06/23/21

Write a C++ program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!).

Assignment 2: Restaurant Choices Please include source code. Write a program that allows a user to choose as many sides for a meal as they want (it’s an ‘all you can eat’ special!). 1. Print out a... more
Computer Programming Computer Science Computer Engineering

06/22/21

for data structure and algorithms

3. Suppose you are given a data file called "f" and a queue called "Q". Each record in "f" has an "A" or "D" character. Write an algorithm that reads all the records in the file one by one. If the... more
Computer Programming Computer Science Computer Engineering

06/22/21

for data structure and algorithms

Write an algorithm that applies right shift on one dimensional array (trace your algorithm on example array A:[0,9,2,10,3] and show the result of your trace steps as a table). (Do not use extra... more
Computer Programming Computer Science

06/22/21

for data structure and algorithms

Write an algorithm that reads numbers from the screen and sorts them at the same time by using two stacks.
Computer Programming Programming

06/15/21

Computer Science & Information Systems Data Structures

Problem Statement In this Problem, you have to write an application in C that keeps track of student records in a university.At a university, there is a need to store all the details of... more
Computer Programming Java Help Urgent

06/15/21

NEED HELP ASAP JAVA CODE

Design an mHealth system that consists of 2 biometric devices:1) temperature sensor device, and2) oxygen saturation device (𝑆po2).the mHealth class has the following properties and behaviors:•... more

06/11/21

Evaluate the sum using the summation formulas and properties.

12 (j3 - 3j2) j = 1= ______
Computer Programming Computer Science Help Urgent

06/09/21

NEED HELP ASAP!!

ER Diagram for a movie theater company. It has the registered number & name of the company. The company may own many theaters, each theater has a unique id, name, and address. Every... more
Computer Programming

06/08/21

Python Problem 70

Use Python:Define the following vectors and matrices:vec1 = np.array([ -1., 4., -9.])mat1 = np.array([[ 1., 3., 5.], [7., -9., 2.], [4., 6., 8. ]]1. You can multiply vectors by... more
Computer Programming Java C++ Visual Basic

06/08/21

Devlop a VB. Net program for booking a confrence room in a company

Q. Developop a VB.Net program for booking a conference room in a company1. Generate the form to book the conference room with the necessary details 2. Generate the form that confirms the booking... more
Computer Programming

06/08/21

Find the sum of two elements in a set to equal the target value.

Find the sum of two elements in a set to equal the target value.Input: nums = [2,7,11,15], target = 9Output: [0, 1]Output : Because nums[0] + nums[1] == 9, we return[0, 1].
Computer Programming Math Statistics Computer Science

06/07/21

I want to get some sort on assessment regarding previous IT/Bioinformatics/Genetics/Math/Stats uni study?

Hi there,I want to go back to Uni re completing a degree after breaks due to illness hence I would like help regarding finding out what I remember or don't and a revision plan. I have studied... more

06/06/21

How to activate VRAM

when i play games my vram is 0% please help it was 128mb i made it 512mb but not enough i have 2gb vram and only use 512mb of it?

06/06/21

C Programming Question

Write a program in C to count total number of vowel (a,e,i,o,u).Sample Run:Enter string1: cngcourseTotal number of vowels: 3
Computer Programming Computer Science

06/06/21

running time and space complexity for algorithms

list the running time and space complexity (in big oh notation) for each of the algorithms below with explanations/reasoning for each one. -quicksort-bubblesort-linear search-binary search
Computer Programming Computer Science

06/04/21

fibonacci array recursive

below is the code. how can i make the for loop in bold so that this method is a recursive functionpublic void Fibonacci_Array(int[] nums){if(nums == null || nums.Length <= 0){return;}nums[0] =... more
Computer Programming Computer Computer Science C#

06/02/21

Why is my visual studio c# code not working on .net fiddle c# compiler?

Here is my code. It should ask the user and let it input.The compiler is called dotnetfiddle.netI can't submit from any other compiler. Please fix the problem in code if needed.using System;class... more
Computer Programming Computer Science Programming

06/02/21

solve with ou build

A person is trading his money in the stock exchange market. Assume that the daily price of a specific market along a certain period of time is given as follows: Price [200, 500, 800, 100, 300, 50)... more

06/01/21

JAVA programming language

Part I Write an interface and abstract class for the Ticket that would be used for a ticket-selling applicationPart II Write at least two classes corresponding to different types of Tickets. Part... more
Computer Programming

06/01/21

Programming in c

En un hospital se registran pacientes, por cada paciente se registra: código del paciente (número entero), edad, genero, tipo de consulta (1, 2 ó 3) y días que se encuentra internado. Se finaliza... more
Computer Programming Math Calculus Precalculus

06/01/21

Use the figure to approximate the slope of the curve at the point (x, y).

= _____
Computer Programming C Computer Science Computer Engineering

05/31/21

Arrays and Functions

Write a C program using a function called find_divisible_by_2() that gets an array and prints the elements of that array which are divisible by 2. Assume that the size of the array is 10.Here is... 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.