Programming & Computer Science Answers

C++ 9913
Python 5288
Java | JSP | JSF 3611
C 1680
C# 1362
Computer Networks 989
Algorithms 652
Databases | SQL | Oracle | MS Access 641
HTML/JavaScript Web Application 588
Other 537
Visual Basic 358
Assembler 209
Software Engineering 202
AJAX | JavaScript | HTML | PHP 166
MatLAB 150
MatLAB | Mathematica | MathCAD | Maple 124
Action Script | Flash | Flex | ColdFusion 112
UNIX/Linux Programming 89
Web Development 73
Excel 36
ASP | ASP.NET 23
Delphi | Pascal 21
Perl 16
Prolog 9
Functional Programming 9
MathCAD 5
Wolfram Mathematica 4
WPF 4
Ruby | Ruby on Rails 3
NodeJS Web Application 2

Questions answered by Experts: 26 876

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search

What country offered Internet voting for local election in 2005?
What famous person sent an e-mail in 1976?
What food could you order through the Internet in 1994?
Why does Amazon need a firewall?

The following code should take a number as input, multiply it by 8, and print the result. In line 2 of the code below, the * symbol represents multiplication.


Fix the errors so that the code works correctly:


input ("Enter a number: ")

print (num * 8)

The code above is pre-populated in your code editor.


Recently, cars have been given the option of remembering certain functions such as the

movement they have made over a specific time or distance. The instructions need to be

correlated and no instruction can be processed before the other. Based on what you have

learned, which two data structures can be used together? Why not use another to implement this

scenario in your application? Explain how they work individually and combined


Obtain two numbers from the keyboard, and determine and display which (if either) is the larger of the two numbers.

Suppose that a software engineer decides to use the insertion sort to (ascending) sort the addresses of the residents of the city of Toronto. Briefly explain why this is a bad idea


Define class "Area" with members height and width. Also define functions to setdata() to initialize the members, print() to display values, areacal() to calculate area and addarea() to add two area; justify your asnwere that adding of two area is equal to area after adding total hight and width, using concept of passing object as argument.
Develop a program that will calculate the sum of every third integer beginning with i=2 calculate (i-e calculate the sum of series 2+5+8+…………) for all values of i that are less than 100?

Write the loop each of the following ways
a) Using for loop
b) Using do-while loop
c) Using while loop
LATEST TUTORIALS
APPROVED BY CLIENTS