Others Maths Puzzle Logical Reasoning Coding Decoding

Codded Language:
DHONI = 768
RAINA = 558
ROHIT = 796
then
VIRAT = ?

Read Solution (Total 0)

Others Other Question

Implement a class that does string manipulation by overloading the following operators: <>, = and ==. For example consider the following code: StrShift example; example = “Microsoft”; printf(“”example << 2” results in %sn“, example << 2); In the above code the output would be “ftMicroso” which shows the last two characters of the string “Microsoft” rotated to the left of the string. Please note that state is maintained so two calls of example << 1 would give the same end result as calling example << 2 once. Find five digit number. Three pair, sum of each pair is 11. last digit is 3 more than first digit. third digit is 3 less than second digit.