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.