answersLogoWhite

0

want to make a documentary film on devdasi's in karnataka

User Avatar

Wiki User

16y ago

What else can I help you with?

Continue Learning about Engineering

What is the algorithm for finding largest and smallest of given number?

To find the largest number: Assume (temporarily) that the first number is the largest number. You might call this the "largest number found so far". Then, for each number after the first one, compare the number with the largest number found so far. If the new number in the list is larger, call that one the "largest number found so far". Repeat for each number. After processing all the numbers, the "largest number found so far" will simply be the largest number.For example, if your list is (5, 2, 8, -1), you start assuming that 5 (the first number in the list) is the largest number. You compare with 2 - "5" is still the largest number, since 2 is smaller. When you compare with 8, you find that 8 is larger, so you replace your "largest number" with 8. "-1" is smaller, so nothing changes. Since we processed the entire list, the largest number is now 8.You can do the same - mutatis mutandis - to find the smallest number.


What is a jvn number?

here is an example i found online of what a JVN number is:JVN: 010/07/002(Agency Code/Fiscal Year/Number)and there's you answer. :) have a good day


How do you write a program in Python to find the first n prime numbers?

One way to do this is to write a function that checks if a number is prime: def isPrime(number): for i in range(2, number): if number%i == 0: return False return True Then create variables to track how many primes have been found and a variable to track which number is being tested for being prime. Increment that variable and test it, and if it is prime print it out (or save it somewhere) and increment the variable being used to track how many primes have been found: targetPrimes = 10 #number of primes to find primesFound = 0 #number of primes found i = 1 while (primesFound < targetPrimes): i += 1 #first number tested is 2 if isPrime(i): print(i) primesFound += 1


What characteristics does an abnormal genetic test have?

An abnormal chromosome analysis report will include the total number of chromosomes and will identify the abnormality found. Tests for gene mutations will report the mutations found.


Where can a template for printable gift tags be found?

A number of websites have templates one ca use for printable gift tags. Such templates can be found on sites such as 'Tip Junkie', 'Vistaprint', 'Avery' and 'Home Made Gift Guru'