Team MCK
Palindrome in Go
Palindrome in Go
A palindrome is a number/string which is similar when read from the front and from the rear.
Problem statement
Given an Number, check whether...
Simple Interest set 1
Simple Interest set 1
final amount
initial principal balance
annual interest rate
time (in years)
Read the following questions carefully and choose the right answer.
1] From a bank, Ram...
HTML Text Formatting
HTML Text Formatting
We can use some special tags to format the text as we want.
Some Formatting elements tags are:
<b> - Bold text
Example:
<b>This text is...
Lab Course – C
Lab Course – C
Lab Course Manual
Exercise 1 Set A
Apply all the three program development steps for the following examples.
1. Accept dimensions of a cylinder...
Number Series Set II
Number Series Set II
Logical Reasoning :: Number Series
Number Series Set I
* Look carefully for the pattern, and then choose which pair of numbers comes...
Advanced Web Designing
Advanced Web Designing
The Hypertext Mark-up Language (HTML) is an evolving language, with different versions supporting different features. HTML5 is currently used because it supports...
Array in ascending order in C
Array in ascending order in C
Problem statement
Given an array, sort in ascending order.
Solution
Use two for loops, Outer for loop for preserving index and the...
Average Aptitude Test Paper 1
Average Aptitude Test Paper 1
1) What is the average of first five multiples of 12?
36
38
40
42
The correct answer is A
Explanation:
Average = 12∗(1+2+3+4+5)...
Playing with Characters – HackerRank Solutions
Playing with Characters - HackerRank Solutions
Problem statement
Objective:
This challenge will help you to learn how to take a character, a string and a sentence as...
Prime Number program in C
Prime Number program in C
A prime number is a positive integer that is divisible only by 1 and itself. For example: 2, 3, 5, 7,...