Write a java program to calculate discount rate.
Write a program to calculate discount of the account holders based on the transaction amount and registration date using below-mentioned prototype: 1. Read account details
Write a program to calculate discount of the account holders based on the transaction amount and registration date using below-mentioned prototype: 1. Read account details
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