Write an algorithm to convert the input inch(es) into its equivalent centimeters. One inch is equivalent to 2.54cms. Then display the result.
Write a c++ program segment to assign data to members of a structure called employee having name ,age and salary then display it.
Write a program in Java that enters student details (Roll No, Name etc) and retrieves information.
Use oracle as a database and write the application in JDBC.
Write a program to print the area of a rectangle by creating a class named'area' having two function . First function named as 'read data' take the length and breadth of the rectangle as parameters and the second function named as 'calculate area' return the area of the rectangle
Write a Java program with the help of JDBC to perform Add student operation in Student table.
please give a proper explanation. and in that python code what is the HTML_output_name file. also the source list is also not initialized.
Find latitude and longitude of first 20 countries with a population greater than or equal to the population limit given below. Use the country details from this dataset ( https://cdn.jsdelivr.net/gh/apilayer/restcountries@3dc0fb110cd97bce9ddf27b3e8e1f7fbe115dc3c/src/main/resources/countriesV2.json ).
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: 11750
Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submitting
Find latitude and longitude of first 20 countries with a population greater than or equal to the population limit given below. 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: 11750
Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submitting.
by CodeChum Admin
Well, that's odd, or is it? It's your job to find out!
Instructions:
Instructions
Input
A line containing an integer
5Output
The first line contains the inputted integer.
The second line contains a string which is the result.
5
OddHow can you impliment debit and credit statements to get profit and loss result accordingly using if else and goto statements in C++?. My project is account management with profit and loss, Thanks.
by CodeChum Admin
You know, I was lying when I said the last time that numbers associated with 3 are my favorite, because the one I actually like the most in the world are even numbers! But to make things harder for you, you have to pick the even numbers from a range of two given numbers. Ha!
Now, let's try this one more time!
Instructions:
Input
A line containing two integers separated by a space.
5·10Output
A line containing integers separated by a space.
6·8·10