Pattern Programming 1 Wipro previous year coding question
Print the following Pattern: 3 4 4 5 5 5 6 6 6 6 5 5 5 4 4 3 Input1: 3 (Start Value) Input2 : 4 (Value of N)…
-
Print the following Pattern: 3 4 4 5 5 5 6 6 6 6 5 5 5 4 4 3 Input1: 3 (Start Value) Input2 : 4 (Value of N)…
Program to check whether a number is Abundant number or not is discussed here. An abundant number is a number for whi…
Sample input1: FACE Sample Output1: AE Sample input2: Focus Academy Sample Output2: Ou Aae Program:…
Sample input1 : “(())” Sample output1 : Valid Sample input2 : “()(” Sample output2: Invalid Program: …
A company wishes to device an order confirmation procedure. They plan to require an extra confirmation instead of sim…
Input : a string str Output : integer representing no of special characters and whitespaces in the given string …
A digital machine generates binary data which consists of a string of 0s and 1s. A maximum signal M, in the data, con…
Problem: Write a program to eliminate vowels in the given string Input Format: Input consists of single string Outpu…
Problem: The company trader mart manufactures different type of software products. They deliver their products to thei…
Problem : You are playing an online game. In the game a list of N numbers is given. The player has to arrange the numb…