1,474 Answered Questions for the topic computer programming

Computer Programming

11/14/22

How to clear or change a message in Redis using powershell?

Hello,I am using powershell that is hooked up to jupyter redis rediscommander retwisI am creating codes like hset snap:msg:4 to "che" from "Dax" text "Is this thing on?"I made a mistake and msg:3... more

Write an 8086 assembly language program to accomplish this

An 8086-8255 based system is required to operate an 7-segment display (Common-Cathode) connected to Port A based on two switch inputs connected to bit 0 and 1 of Port B as Fig.B. If both switches... more
Computer Programming

11/13/22

Multiple If statements. Printing Car Features.

Write multiple if statements. If car_year is 1969 or earlier, print "Few safety features." If 1970 or later, print "Probably has seat belts." If 1990 or later, print "Probably has antilock brakes."... more
Computer Programming C++ Computer Science

11/09/22

C++ Array of Bank accounts & Ask user to sort by name, id or balance.

C++ question: I have a BankAccount class that has private member variables, string name, string id, and int balance. I made an array of 5 Bank Account objects that stored different names, bank... more
Computer Programming

11/08/22

Programming in C++ language

Q. Design a quiz game and outline how the game will be programmed in C++. How will the game work? What calculations will be performed? and When?
Computer Programming Computer Computer Science Python

11/07/22

Write a program that first invites the user to input a natural number n. Then compute the nth number in the sequence (x subscript n) and display it appropriately to the user.

The sequence xn is defined, for n > 2, by the recursive formulaxn = 2xn - 1 + xn - 2 where x1 = 2 and x2 = 3.Write a program that first invites the user to input a natural number n. Then compute... more
Computer Programming Computer Science Python

11/04/22

How do I approach this programming prompt?

================================= An ordering service allows customers to order filled breads. The bread comes in two sizes: -30cm -15cm And three types: -White -Brown -Seeded There are five... more
Computer Programming C++ Computer Science

11/03/22

I need help with this HW assignment: Project 2: Functional Decomposition II - Math Skill Builder!!!

link:file:///home/chronos/u-9e88d7bb79a98dc9072c9451a6bc08c2c1a07960/MyFiles/Downloads/Project%202_%20Functional%20Decomposition%20II%20-%20Math%20Skill%20Builder%20Instructions.pdf
Computer Programming Computer Science

11/03/22

Computer Science

Assign number_segments with phone_number split by the hyphens.Sample output with input: '977-555-3221'Area code: 977
Computer Programming Computer Science

11/03/22

In python Coding

Complete the function game, which simulates a simple, turn-based game between two players and returns the winner (if there is one).The function takes four arguments:m1 and m2 are strings... more
Computer Programming C++

10/31/22

C++ Programming - Sum of two Numbers

Sum of Two NumbersWrite a program that stores the integers 50 and 100 in variables, and stores the sum of these two in a variable named total.

Hello, please help me with this problem

.model small .data msg1 db 10,13,"Enter first no.$" msg2 db 10,13,"Enter second no.$" msg3 db 10,13,"Result is:$" .code start: mov ax,@data mov ds,ax lea dx,msg1 mov ah,09H int... more
Computer Programming C++

10/30/22

Introduction to C++ Programming

Write pseudocode to create a detailed program of one of your daily regular activities like studying and family time.
Computer Programming

10/28/22

2.03 math module Programming

Part One: Write an interactive program to calculate the volume and surface area of a three-dimensional object. Use the following guidelines to write your program: Create a word problem that... more
Computer Programming C++ Css

10/27/22

Can someone help me write a css code

Hi there! I want CSS code for my website. The website has themes that are already made, and we can change text, add products, and so on. The website also provides a CSS editor, like Square Space... more
Computer Programming Computer Science Python

10/19/22

Given a positive integer n, greater than 1, assign True to is_prime if n has no factors other than 1 and itself. (Remember, m is a factor of n if m divides n evenly.)

Given a positive integer n, greater than 1, assign True to is_prime if n has no factors other than 1 and itself. (Remember, m is a factor of n if m divides n evenly.)Additional Notes: n should not... more
Computer Programming Math Science Biology

10/14/22

Coriolis Effect Question

Would an airplane flying from Fort Lauderdale, FL to Chicago, IL appear to be deflected left or right as it flies?AndWhich way would a ship from Melbourne, Australia going to Santiago Chile be... more
Computer Programming Html Php

10/13/22

comparing php array in while loop

I'm trying to get this while loop to compare the users selection in $brandSel which is assigned via a comboboxto an array value $phoneBrand which is assigned from reading out a text file. But it... more
Computer Programming

10/13/22

Computer Programming

ObjectiveMake a function that sorts an array of doubles and returns the average and the median values from the array. NOTE: Pass by reference is REQUIRED for full credit.DetailsBegin by using the... more
Computer Programming Computer Java C++

10/12/22

i need help please

Newton's law of cooling.dT/dt=−K(T−Ta)Resolve this ODE using the scipy library.
Computer Programming

10/09/22

Cybersecurity project

Write a project with a descriptive title, an online functioning system URL, and a code repository URL.
Computer Programming C++ Computer Science

10/08/22

Help with 4.28 LAB*: Program: Drawing a half arrow C++

Write a program that outputs a downwards facing arrow composed of a rectangle and a right triangle. Arrow dimensions are defined by user specified arrow base height, arrow base width, and arrow... more
Computer Programming C Computer Science

10/06/22

Minimax algorithm for tic tac toe in C

I have made a basic tic tac toe game which fills the board with X's and O's and checks for a winner/draw. How can I implement the minimax algorithm to 1) check for the next best move when the game... more
Computer Programming

10/05/22

Programming Makefiles

How to modify these makefiles to have 5 targets and run them in linux? make -s -f makefile.your_name option_1make -s -f makefile.your_name option_2make -s -f makefile.your_name option_3make -s -f... 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.