1,486 Answered Questions for the topic computer programming

Computer Programming Python Values In Python

01/29/17

basic python multiple question

This program should prompt the user to enter an exact multiple of 19 that is greater than 200. Then, the program should analyze the input and display a response to each of the four possible results... more
Computer Programming

01/24/17

what is a event

i am wondering about some things related to computer programming.
Computer Programming Python

01/22/17

basic python math problem

Peggy listed a real estate property for a commission rate of 5.0%. Peggy’s brokerage will get half of the commission and Peggy’s share will be half of that. The property sells when reduced by 20%.... more
Computer Programming Math Computer Computer Science

12/22/16

If Statements (CS) Visual Basic

1.  intX = 129 intY = 200 intCount = 1   If (intX > 120 And intY < 30) Then intCount = intCount + 1 Else intCount = -1 End If   intCount = ?????   Can someone please explain this... more
Computer Programming

10/29/16

Write a function (program)

Write a function ( R program) to connect to sources anddownload data from one of the sources. This function (program) needs tobe capable of downloading multiple assets combine them with the... more
Computer Programming

09/06/16

what is the best way to learn programming ?

i just want to know how to be good at programming and how can i learn programming in the easiest possible way
Computer Programming

08/30/16

graphs and trees

Suppose that in a group of eight people, A , B , C , D , E , F , G , H each going shopping with at least one of the gang. A with B , C with D and E , B with E , F with G and H , H and B , E and A ,... more
Computer Programming

07/25/16

please help me with the solution

Write a program that asks a user to enter the size of the matrix (rows and column)then, it asks the user to enter the elements of two matrices and finally it adds twomatrices and displays the... more
Computer Programming Computer Science Java Programming

05/23/16

How do I loop this code , so that the program repeats it self ?

import java.util.Scanner;public class pigLatin { public static void main(String[] args) { Scanner tread = new Scanner(System.in); // String word, pig; char first; System.out.print("Please Enter... more
Computer Programming Firefox

04/18/16

Helping to understand the right answers to these 2 questions

I have these 2 question that I have been stuck on for days can someone help me please.   Firefox has many built in security features. Which of the following features are part of Firefox.[mark all... more
Computer Programming Algebra Word Problem

04/08/16

im giving chocolates to 3 groups.Group1 gets twice what Group2 gets.Group3 gets 10 more than Group 2. if i enter the # of chocolates,what will each group get

I need this by saturday april 8th 10:30 am eastern time I really Need this  This also has to use an algebraic equation

04/01/16

Trees [What is the minimum possible depth of T]

I just wanna know how can i get the min with certain number of nodes. Who can explain how to find the min      Consider a binary search tree T with 5 nodes. What is the minimum possible depth... more
Computer Programming Computer Science Functions Variables

03/20/16

Write a function which is given the day number, and it returns the day name (a string). Assume the days of the week are numbered 0,1,2,3,4,5,6 from Sunday to S

Write a function which is given the day number, and it returns the day name (a string). Assume the days of theweek are numbered 0,1,2,3,4,5,6 from Sunday to Saturday in Python with if statements. 
Computer Programming

01/30/16

differentiate btw translators, compliers and interpreters.

Differentiate them
Computer Programming

01/11/16

Write a program that will simulate the working mechanism of a modems.

 Write a program that look like the working mechanism of modems.
Computer Programming

01/11/16

Write a program that will simulate the working mechanism of a modems.

Write a program that will simulate the working mechanism of a modems
Computer Programming

12/06/15

Use the Date object to create an age calculator. Create three selection lists that allow users to select the date, month, and year when they were born.

Use the Date object to create an age calculator.Create three selection lists that allow users to select the date, month, and year when they were born.For the year selection list, display the years... more
Computer Programming Java Computer Science String

12/04/15

How do I display the a string a random amount of time and print it out?

I am writing the Nim game program and my teacher wants me to be able to display "Pile 1: @@@@" and other piles as well. The thing is that, the "@" symbol needs to be produced a random amount of... more

This is a CST 295 C++

What is the output of each program segment?      A. int i = 0;while (i++ < 30){ if ( i % 7 ) continue; cout << i << " ";}cout << endl;   B. enum days {SUN, MON, TUE, WED,... more

CST 295 C++ Question

This is a CST 295 C++ Question.   Evaluate the following expression. (Compute the value) Be aware of implicit type conversion (I).   A. 4 + 24 / 3 * 4   B. 5 < 10 && 0 + 1   C.... more
Computer Programming

11/07/15

Write a C# static method with two integer parameters, startPoint and endPoint, that prints allthe even numbers that are divisible by 3.

Solve this problem for me please I need help.
Computer Programming

10/27/15

draw a flowchart to find median of given numbers

Please any one give me answear of dis question tomorrow is my exam
Computer Programming Computer C++ Computer Science

10/02/15

C++ Programming Homework Due Tonight :(

I'm pretty sure this assignment is really easy but I haven't learned anything in the class. Basically he wants us to rewrite part of a program as a module. #include <iostream> using... more

08/07/15

How does a Ball object draw itself onto a panel in a different class?

A) The Ball object's image gets drawn in the containing class, not in the Ball class.B) By passing its information to the other class so that class can draw it on the panel there.C) By drawing on... more
Computer Programming Java Computer Science Question

08/07/15

Java question please help!!!

What does the thread class method start() do?   (choices) It begins an external method.It makes an operating system thread begin to run.It makes a specific internal Java thread begin running.It... 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.