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

Write a program that asks the user to type 10 integers. The program must compute how many even and


odd numbers were entered along with number that are divisible by 7. By using do while loop

write a program that enter number from user and display its factorial.e.g. factorial of 5 is 1×2×3×4×5=120. Where N<=10

Write a program in C++ that ask the user to type 10 integers. The program must compute how many even and odd numbers were entered along with number that are divisible by 7.

Cite a situation in which you can apply the knowledge of cable routes in client server network design

What influence does the social environment in which you work have on your interaction with the computer, and what effects does the organization (commercial or academic) to which you belong have on the interaction?



(10)marks

Discuss how do you think new, fast, high-density memory devices and quick processor have influenced recent development in human computer interaction, do they make systems any easier to use, and expand the range of application of computer systems?

Write a python that reads several lines of text and print a table indicating number of one-letter words, two-letter words, etc.appearing in the text.

For example, the phrase; Whether 'tis nobler in the mind to suffer.


The output will be:


Word length Occurrences

1 0

2 2

3 1

4 2 (including 'tis)

5 0

6 2

7 1


HOW TO WRITE A PROGRAM THAT DISPLAYS YOUR NAME INSIDE A BOX ON THE CONSOLE SCREEN?


Victor has an array of size n. He loves to play with these n numbers. Each time he plays



with them, he picks up any two consecutive numbers and adds them. On adding both the



numbers, it costs him k*(sum of both numbers).



Find the minimum cost of adding all the numbers in the array.



Input Specification:



input1: Size of array.



input2: Elements of the array.



input3: Value of k.



Output Specification:



Return the minimum cost of adding all the numbers of the array.

In this assignment, you are asked to demonstrate a program which uses the container class in Python, i.e. list and dict, to automatically find all the duplicated book items in the UTAR library collection. You can only use the Python built-in functions to perform the task. Use of any advanced modules other than csv, such as pandas and numpy, will immediately lead to a zero mark.

 

Your task in this assignment is to find out the total number of duplicated titles in the input file called library-titles.csv.

LATEST TUTORIALS
APPROVED BY CLIENTS