While Loop
Syntax :while(CONDITION) {
BODY
}This loop will continuously execute the statements in the body as long as a given condition is true. This loop must be handled with care. Always make sure that the given condition will be met - or this loop will continue forever. Let us see an example with the while loop that uses while loop in a situation very similar to the one given in the for loop example.
This basically displays all the elements in an array - the same thing we did using the for loop. Notice how the while loop differs from the for loop. In the while loop, only the condition will be given inside the while loops parenthesis - '(' and ')'.

Comments
Regards,
Mavula Mabena.
12345 54321
1234 4321
123 321
12 21
11
plz send output
kindly send Urgent
Using function, write a program (you can name the function as read()) which can read one integer value from 1 to 10. Input will stop once the user refuses to enter more integers. (Hint: you can use while or do..while loop). Then write another function (you can name the function as print( )) which print the summation of all the numbers.
Some examples of palindromes are: “radar”, “madam”, “tenet”, “kayak”.
Write a function called testPalindrome that returns 1 if the string stored in the
array is a palindrome and 0 otherwise. Use at least one function
a, strong, em, b, i, code, pre, pandbrallowed. Other tags will be shown as code(< will become <). Urls, Line breaks will be auto-formated.