Blog

Hacker Rank Conditional Statements Problem

Hacker Rank Problem Given a positive integer denoting , do the following: If , then print the lowercase English word corresponding to the number (e.g., one for , two for , etc.). If , print Greater than 9. Input Format A single integer denoting . Constraints Output Format If , then print the lowercase English word corresponding …

Hacker Rank Basic Data Types Problem

Hacker Rank Problem Input Format Input consists of the following space-separated values: int, long, char, float, and double, respectively. Output Format Print each element on a new line in the same order it was received as input. Note that the floating point value should be correct up to 3 decimal …

Hacker Rank Input and Output Problem

Hacker Rank Problem ObjectiveIn this challenge, we’re practicing reading input from stdin and printing output to stdout. In C++, you can read a single whitespace-separated token of input using cin, and print output to stdout using cout. For example, let’s say we declare the following variables: string …

Trend Technology HTML 5 Mock Test

HTML5 is the latest and most enhanced version of HTML.Technically, HTML is not a programming language, but rather a mark up language. HTML5 is the next major revision of the HTML standard superseding HTML 4.01, XHTML 1.0, and XHTML 1.1. HTML5 is a standard for …