Skip to content
Programming101
Programming101

Learn everything about programming

  • Home
  • CS Subjects
    • IoT – Internet of Things
    • Digital Communication
    • Human Values
  • Programming Tutorials
    • C Programming
    • Data structures and Algorithms
    • 100+ Java Programs
    • 100+ C Programs
  • HackerRank Solutions
    • HackerRank Algorithms Solutions
    • HackerRank C problems solutions
    • HackerRank C++ problems solutions
    • HackerRank Java problems solutions
    • HackerRank Python problems solutions
Programming101
Programming101

Learn everything about programming

HackerEarth The best Internet Browser problem solution

YASH PAL, 31 July 2024
In this HackerEarth The best Internet Browser problem solution In the race for the best Internet browser, there’s now a new contender for it, this browser is called the: “The Semantic Mind-Reader!” After its promo on the world wide web, everyone’s been desperately waiting for the browser to be released. And why shouldn’t they be curious about it, after all, it’s the new project of our very own genius “Little Jhool!” He’s worked very hard for this browser, and to add new mind-reading features to it.
Apart from the various security powers it possesses, it’s called the mind-reader for a reason. Here’s why:
  1. You don’t need to type ‘www.’ to open a website anymore.
  2. Though, you still need to type ‘.com’ to open a website.
  3. The browser predicts ALL THE VOWELS in the name of the website. (Not ‘.com’, though. Again!)
  4. Obviously, this means you can type the name of a website faster and save some time.
Now to convince users that his browser will indeed save A LOT of time for users to open a particular website, Little Jhool has asked you to prepare a report on the same.
HackerEarth The best Internet Browser problem solution

HackerEarth The best Internet Browser problem solution.

tc = int(raw_input())
while (tc>0):
tc = tc - 1
s = raw_input()
a, e, i, o, u = s.count('a'), s.count('e'), s.count('i'), s.count('o'), s.count('u')
de = len(s)
nu = len(s) - 4 - a - e - i - o - u + 1
print str(nu) + "/" + str(de)
coding problems solutions

Post navigation

Previous post
Next post
  • Automating Image Format Conversion with Python: A Complete Guide
  • HackerRank Separate the Numbers solution
  • How AI Is Revolutionizing Personalized Learning in Schools
  • GTA 5 is the Game of the Year for 2024 and 2025
  • Hackerrank Day 5 loops 30 days of code solution
How to download udemy paid courses for free

Pages

  • About US
  • Contact US
  • Privacy Policy

Programing Practice

  • C Programs
  • java Programs

HackerRank Solutions

  • C
  • C++
  • Java
  • Python
  • Algorithm

Other

  • Leetcode Solutions
  • Interview Preparation

Programming Tutorials

  • DSA
  • C

CS Subjects

  • Digital Communication
  • Human Values
  • Internet Of Things
©2025 Programming101 | WordPress Theme by SuperbThemes