Problem Statements


1. Write a program that accepts an integer (n) and computes the value of n+nn+nnn.
easy

input : 5

output : 615
2. Write a program to find whether a given number (accept from the user) is even or odd, print out an appropriate message to the user.
easy

input : 5

output : 5 is odd number
3. Write a program that can take input from user and covert steps to kilometres and vice verse with appropriate message.
easy

input : 4359

output : Nearly between 3048 and 3135 Meters

Solution

  1. Solved
    C Language, C++, Python
  2. Solved
    C Language, C++, Python
  3. Solved
    C Language, C++, Python

See Code Repository