common

PythonF

Non Common Alphabets

Non Common Alphabets: Two strings S1 and S2 are passed as input. The program must print the non-common alphabets in the…
JavaF

Count of common factors

Given a set of numbers, the program must find the count of the common factors C excluding 1. Input Format:First line will contain the integer…
CF

First N Common Characters

Two string values S1, S2 are passed as the input. The program must print first N characters present in S1 which are also present in S2. Input…