answersLogoWhite

0


Best Answer

hi

since

1 pound = 0.45359237 kilograms

so

weight_in_kilo = weight_in_pounds * 0.45359237

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you create an algorithm to convert a persons weight from pounds to kilograms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is pseudo code algorithm for create a linked list with a header and insert a four numbers to the list?

pseudo code algorithm to create a linked list


How do you use the longest Prefix Match algorithm in C programming?

You can use the longest Prefix Match algorithm in C programming by looking up the longest standard Python package match and then converting that from Python into C or C++ to figure out how to create the equivalent.


What is devising of algorithms?

The algorithm is designed through algorithm engineering. The Algorithm design refers to one of the specific methods that is used in creating the mathematical process that is used in problem solving.


What is Procedural models?

Procedural models are models generated by using an algorithm(s) to create the model, instead of a 3d graphic designing it in a program like Blender or 3D studio max.


What is recursive call in terms of algorithm?

A recursive call in an algorithm is when a function (that implements this algorithm) calls itself. For example, Quicksort is a popular algorithm that is recursive. The recursive call is seen in the last line of the pseudocode, where the quicksort function calls itself. function quicksort('array') create empty lists 'less' and 'greater' if length('array') ≤ 1 return 'array' // an array of zero or one elements is already sorted select and remove a pivot value 'pivot' from 'array' for each 'x' in 'array' if 'x' ≤ 'pivot' then append 'x' to 'less' else append 'x' to 'greater' return concatenate(quicksort('less'), 'pivot', quicksort('greater'))

Related questions

What is pseudo code algorithm for create a linked list with a header and insert a four numbers to the list?

pseudo code algorithm to create a linked list


How do you create an algorithm that will read the values of A and B and will determine which has the higher value?

The algorithm can be easily stated as follows: if A is greater than B then return A, otherwise return B.


How do you create Object of LAN card?

i am creating a project of bandwidth monitoring so algorithm says that we have to create as object of LAN card in programming with visual basic 6.0


How do you create a simple decipher code in java?

decipher code depends upon the algorithm you used to make them. there are no general methods.


Does chloroplast create energy?

No they do not create. Chlorophyll convert energy,light energy into chemical energy


How do you use the longest Prefix Match algorithm in C programming?

You can use the longest Prefix Match algorithm in C programming by looking up the longest standard Python package match and then converting that from Python into C or C++ to figure out how to create the equivalent.


What is advanced encryption standard?

AES is an encryption algorithm that is largely used in a lot of places where security is a must. The algorithm is based on Rijndael (named after the creators) which had the winning design when the US government sent out an invite for people to create secure algorithms that would replace DES.


What is the process of encoding data and information to an unreadable form?

This sounds like encryption. A key (password) is created and used in an algorithm to create a complex string of what seems to be giberish. Only by using the same algorithm with the same key can it be turned back intt the understandable date you began with.


What is advanced data encryption standard?

AES is an encryption algorithm that is largely used in a lot of places where security is a must. The algorithm is based on Rijndael (named after the creators) which had the winning design when the US government sent out an invite for people to create secure algorithms that would replace DES.


Which body part do they create larger to indicate that has a special role in guiding a persons fate and success?

the head


What were European alchemist looking for?

They were trying to convert lead into gold, and to create the philosopher's stone.


What is devising of algorithms?

The algorithm is designed through algorithm engineering. The Algorithm design refers to one of the specific methods that is used in creating the mathematical process that is used in problem solving.