Write a java program to check Palindrome & Vowels
Write a program to check if a given string is palindrome and contains at least two different vowels. The return type (integer) should be 1
Write a program to check if a given string is palindrome and contains at least two different vowels. The return type (integer) should be 1
Write a program to read an array, eliminate duplicate elements and calculate the sum of even numbers (values) present in the array. The return type
Write a program to read a string and count the number of words present in it. The return type is the integer giving out the
Given a date as a string input in the format dd-mm-yy, write a program to extract the month and to print the month name in
Given a string (s) apply the following rules. 1. The string should not begin with a number. If the condition is satisfied then print TRUE
Write a Program that accepts a decimal number n, and converts the number to binary. The return type is long representing the binary number. Input
Write a program that accepts three inputs, first two inputs are operands in int form and the third one being one of the following five
Given a string input, write a program to replace every appearance of the word “is” with “is not”. If the word “is” is immediately preceded or
Given two inputs year and month (Month is coded as Jan=0, Feb=1, Mar=2 …), write a program to find out the total number of days
Problem Statement Given three strings say Searchstring, Str1, and Str2 as input, write a Java program to find out if Str2 comes after Str1 in