E – The missing number
Find the missing number in the given list of integers. The list contains 1 to 100 integers but one of […]
Find the missing number in the given list of integers. The list contains 1 to 100 integers but one of […]
Given the length of 3 sides of a triangle, check whether the triangle is valid or not. Input Format First
Given the length and breadth of a rectangle, print area of the rectangle. Input Format First and only line of
Write a program which prints small/large/equal relation of given two integers a and b. Input Two integers a and b separated by a single space are given
Write a program which prints 1000 “Hello World”. Input There is no input for this problem. Output The output consists
Print unique elements of the array in the same order as they appear in the input.Note: Do not use any
Print sum of all odd elements in an array. Input Format First line of input contains N – the size
Print right-angled triangle pattern. See example for more details. Input Format First line of input contains a single integer N
Print rectangle pattern. See example for more details. Input Format First and only line of input contains a single integer