Coding | Mcqs | Multiple choice questions | Informative | Computer Science | Engineering | Aptitude | Quants | Verbal

INFEED

Showing posts with the label cpp very easy part 5

c++ very easy part 5 largest among n numbers

Number N is passed as the input. The program must accept N integer values and print the largest n…

c++ very easy part 5 polygon perimeter

A polygon is with N sides. The program must accept the length of the N sides and print the perime…

c++ very easy part 5 print except multiples of n

Two numbers A and B are passed as input. A number N is also passed as the input. The program must…

c++ very easy part 5 reverse number

Number N is passed as the input. The program must reverse the number and print the reversed numbe…

c++ very easy part 5 sum of n numbers

Number N is passed as the input. The program must accept N integer values and print their sum as …

c++ very easy part 5 triangle smallest side

The lengths of the sides of a triangle X, Y and Z are passed as the input. The program must print…

c++ very easy part 5 primary color code

The program must accept a character C and print the output based on the following conditions.    …

C++ very easy part 5 multiple of n till divisible by x

Two numbers N and X are passed as input. The program must print the multiples of N (starting fro…

c++ very easy part 5 digit in tenth position

The program must accept a positive integer N and print the digit in the tenth position. Input For…

C++ very easy part 05 interlace odd/even from a to b

Two numbers A and B are passed as input. The program must print the odd numbers from A to B (incl…

Load More That is All