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.
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.
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