Programming

 BASICS:
                               1                                                           
                               12
                               123
                               1234
                               12345
                               1234
                               123
                               12
                               1
  • Write a java program that takes a string as input and displays the no.of characters as output?
  • Write a java program that converts the lowercase string to uppercase string?
  • Write a java program to check weather the string is a palindrome?
  • Write a java program that implements all the String functions?
  • Write a java program that takes a string as input and display the count of each character? (If "madam" is given as input, it should display m=2,a=2,d=1) [Kantar Operations_Nov2012]
  • Write a java program that takes an integer value and gives equivalent binary value as output.(if 5 is given as input, the output should be 101).
  • Write a java program that converts decimal to Hexadecimal?
  • Write a java program to reverse a string without using any predefined functions?
  • Write a java program to print first 50 prime numbers? [ Axiom Solutions_Jan2013]

 

    No comments:

    Post a Comment