if the percentage of men is 54 from the population and total literacy is 80% from the population.Take note that the total literate men are 30 percent of the total population.
String[1] Check
by CodeChum Admin
As long as you haven't forgotten about indexing, you'll be just fine.
Instructions:
Input three strings in different lines.
Print out "Same" if all of their 2nd characters are the same, else print out "Not the Same".
Input
Three lines containing a string on each.
Cry
Priest
Fry
Output
A line containing a string.
Same
by CodeChum Admin
Woah there, what are you doing roaming around past the curfew? I'm going to have to ask for some identification.
Instructions:
Input
A line containing an integer.
20Output
A line containing a string.
AdultReading 10 integers between 0-100 and counts how many of the are larger than 50 and displaying the result
Create a simple C program and use a comment to identify the five basic structures of the c programming language.
Create a C program to find the total number of illiterate men and women from the population of the town.if the percentage of men is 54 from the population, and total literacy is 80% from the population.Take note that the total literate men are 30% of the population
We are looking for passionate developers to join our team.
Solve the challenge below and submit the form, and we will reach out to you!
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: 8725931
Note: Population limit will change at random intervals. So please make sure answer is computed for the correct population limit before submitting.
The treadmill promises that you will burn 3.9 calories each minute.
Write a program that uses a loop to display the number of calories burned after the following intervals: 10, 15, 20, 25, and 30 minutes. Hint: use if statements inside the loop for these intervals.
Define a class Point to represent the x, y and z coordinates of a 3D Point. Overload the == and! = operators as friend functions to compare two point objects.
Write a program to store 25 numbers in an array. Then display those numbers divisible by 5 only in descending order using sorting and also display how many such numbers found.