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



Find latitude and longitude of utmost 20 countries, ordered by population, with a population greater or equal to the population limit given below and have atleast one currency exclusively for themselves. (countries like Madagascar, Sri Lanka but not India, USA). Use the country details from this dataset.

Your task is to find the sum of the length of all lines (in kms) that can be drawn between co-ordinates of these countries.

  • Assume radius of earth: 6371 km
  • Round length of each line and final result to 2 decimal points
  • If co-ordinates are missing for any country use 0.000 N 0.000 E

Population limit: 65110000

Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submitting.

Program to generate telephone bill using the concept of class.

Write a C program to display the month of year using enumeration.



Input:


6


Output


June

 The total price of a product is the price of the product plus the sales tax. Suppose the sales tax is 6%. Write a C++ program that reads the price of the product and displays the total cost of the product.


First line contains an integer M, The number of district alphabet he is addicted to

Write a function-oriented program that calculates the power value of the input base number and exponent number. Then display the power value. Sample input/output dialogue: Enter base number: 5 Input data Enter exponent number: 3 Second input data Power value: 125 Output (The computation is 53 = 5 * 5 * 5 = 125


Cite a situation in which you can apply the knowledge of peer-to-peer network and client/server network.

Write a program to take a String which is in decimal form as input then display how many int values were found, how many decimal values were found. Then display the integer part and decimal part separately and their addition with appropriate heading.

Hint: Use java.io package and parseInt()


Write a program to take a String name as input then display the signature using substring().

Example:

Enter a String

Chandra Bahadur Dangi Ailen Coq

C. Bahadur D. Ailen C.


Write a C++ program that would input 10


scores and output the Highest and Lowest score

LATEST TUTORIALS
APPROVED BY CLIENTS