Maximum Occuring Integer (Python) ITPlayzz January 21, 2022 Maximum Occuring Integer 0 Comments Maximum Occuring Integer You are given an array A of N integers.You have created K copies of the given array and concatenated them with initial … Read more
Write a program to take fraction number as input from console and convert the given fraction into a floating point number and then extract the integer part and fractional part of a number of that floating point number January 18, 2022
Pangram is a sentence containing every letter in the English alphabet.Given a string find all the characters that are missing from the string i.e , the characters that can make the string pangram . We need to print the output in alphabetic order You have to find that character to make this string pangram September 26, 2022