Loops Q.
Loops Q.
14. Write a program to find the value of one number raised to the power of
another
19. Write a program to enter the numbers till the user wants and at the
end it should display the count of positive, negative and zeros entered
20. Write a program to enter the numbers till the user wants and at the
end the program should display the largest and smallest numbers entered
21. Write a program to find number and sum of all integer between 100
and 200 which are divisible by 9
22. Write a program to convert a binary number into a decimal number
without using array, function and while loop
51. Write Java program to print bits that need to be flipped to convert a
number to another number
52. Write Java program to Count the number of bits to be flipped to
convert a number to another number
53. Write Java program to Round off an integer number to the next lower
multiple of 2
54. Write Java program to Find the position of MSB bit of an integer
number
55. Write Java program to Count the total HIGH bits in the given number
56. Write Java program to Implement infinite loop using do-while loop
57. Write Java program to Implement infinite loop using while loop
58. Write Java program to Implement infinite loop using for loop
59. Write Java program to Print string in hexadecimal format
60. Write Java program to Find the (GCD) Greatest Common Divisor
61. Write Java program to Find the (LCM) Lowest Common Multiple