@gouravmk
Trainee Engineer at UST Production Engineering
Trainee Engineer at UST Production Engineering
Nothing here yet.
Statement A data compression software utilizes various steps to compress a string of data. One of the steps involves finding the count of characters that are not repeated in the string. Write an algorithm for the software developer to find the count ...

First Given an email address extract username U by eliminating the "@" and subsequent character to form a new string and add length of U at the end of the string to be formed . Read Sample input output for better understanding. Input1: gourav.mk@gm...

Statement Check if two string are same are not if yes print True and if not Print False, dont use any inbuilt function. Input 1 : horse house Output 1 : False Input 2 : house house Output 1 : True import java.util.*; public class Main { public ...
