This video contains detailed solution of following #question:-
A string is said to be ‘Unique’ if none of the letters present in the string are repeated. Write a #program to accept a #string and check whether the string is Unique or not. The program displays a message accordingly.
Sample Input: COMPUTER
Sample Output: Unique String