1,486 Answered Questions for the topic computer programming
04/05/21
Orders from a company that cost $100 or more get a 10% discount. Orders less than $100 do not get a discount.
C++.Read in an decimal value representing the undiscounted order price, and print out what the order should cost.Just print the value - do not add a $ or try to make it look like...
more
04/05/21
Read in a single integer from cin. If it is 7, output "Lucky". If it is not 7, output nothing.
C++#include <iostream>using namespace std;int main(){ //YOUR_CODE}
04/05/21
C# Random Numbers.
create an array of 10 random numbers from 1 to 100. We will use a for loop to populate the array.
output the numbers in their original order on one line.
We will sort the list and output the...
more
04/05/21
C Programming. First, fully parenthesize the following expressions according to the precedence and associativity rules.
First, fully parenthesize the following expressions according to the precedence and associativity rules. Then, replacing the variables and constants with the appropriate type names, show how the...
more
04/05/21
C Programming Questions: 1. What is unusual about the logical operators? 2. What is a possible problem using continue in while statements?
1. What is unusual about the logical operators? 2. What is a possible problem using continue in while statements?
Computer Programming
04/05/21
Sequential programming object oriented programming
Create a program that will display the following output.Output 1******* SALARY CALCULATOR *******Employee name: (input)Rate Per Hour: (input)Total Number of Hours Worked: (input)GROSS SALARY:...
more
Computer Programming
04/03/21
can you modify the program below to prompt for 3 numbers, calculate the sum, and output the result. Include your entire source code. If possible show a screen shot of your output.?
.586.MODEL FLAT.STACK 4096 ; reserve 4096-byte stack.DATA ; reserve storage for datanumber DWORD -105 ; a dowrd location labeled "number" contains a value of -105sum DWORD ? ; a dword location...
more
04/02/21
Linux Programming Help
For this assignment you will write a program that allows a user to entertiming data (minutes and seconds) and then print out some information aboutthe entered data.Context:A drop of sweat dripped...
more
04/01/21
Help with using VIM editor in Linux
Edit hello.cpp using vimUse vim editor to edit hello.cpp, to have a custom message then recompile the program and run it again.(I dont know what im supposed to type please help)
04/01/21
Your job is to implement the default (no argument) constructor that sets time to midnight. Hint: The constructor is going to need Time:: in front of its name.
Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the default (no argument)...
more
04/01/21
Replace YOUR_CODE with code that will create a point p2 that is 4 units to the right of p1 and 3 units below it.
Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point p2 that is...
more
04/01/21
Does HP Envy 13-ah1507sa has changeable BIOS CMOS battery?
Hi i am post here first time as my HP envy 13-ah1507sa suddenly shut down and never started but when u unplugged the battery the it stared with AC cable plugged in and during start-up it says CMOS...
more
03/31/21
The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.
The Rectangle class has been declared and main makes use of it. Add the function implementations so the code compiles and runs successfully.Hint: Every function name is going to need Rectangle:: in...
more
03/31/21
Your job is to implement the constructor that takes an hour and minute value. Hint: The constructor is going to need Time:: in front of its name.
Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the constructor that takes an hour...
more
03/31/21
Your job is to implement the default (no argument) constructor that sets time to midnight. Hint: The constructor is going to need Time:: in front of its name.
Read the existing code for Time. It stores a time of day in 24 hour format with 0 hours indicating midnight and 12 hours indicating noon.Your job is to implement the default (no argument)...
more
03/31/21
Replace YOUR_CODE with code that will create a point p2 that is 4 units to the right of p1 and 3 units below it.
Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point p2 that is...
more
03/31/21
Replace YOUR_CODE with code that will move Point p1 10 units to the right and 3 units down and Point p2 2 units to the left and 5 units up.
Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will move Point p1 10 units to...
more
03/31/21
Replace YOUR_CODE with code that will create a point named p1 at the location 0, 0.
Read the provided code for the Point class that represents a point on a standard Cartesian plane. Then read the provided code in main.Replace YOUR_CODE with code that will create a point...
more
03/31/21
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implemented
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart...
more
03/31/21
data structure and algorithm
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart...
more
03/31/21
data structure and algorithm make and application using mentioned programming tools
Part 1- Make an application in which you need to implement all discussed programming tools i.e. ordered arrays, Abstract data types, linked lists, recursion etc. must be implementedPart...
more
Computer Programming Computer Science
03/30/21
MAKING A program in c#
Business RequirementsCreate a program that will print out a customized oil change schedule for a car buyer based on the car’s starting mileage for the next 3 years based on the rules set...
more
03/28/21
Is an ArrayList a primitive datatype or non primitive?
Is an ArrayList a primitive datatype or non primitive?
03/28/21
Fill out Blank_A and Blank_B with Java code.
public Blank_A printMyMessage () { String threadName = Blank_B; System.out.println(threadName + " : " + this.myMessage+ ", i = " + ++i); }
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.