Display Pattern:
1
2 3
4 5 6 7
8 9 10 11 12 13 14 15
…

Answer Posted / yana

listing program c++ 1,1,3,2,5,7,3,9,11,4,13,15

Is This Answer Correct ?    2 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

write a program that prompt the user to enter his height and weight,then calculate the body mass index and show the algorithm used

4438


How to swap two ASCII numbers?

2553


write a function that allocates memory for a single data type passed as a parameter.the function uses the new operator and return a pointer to the allocated memory.the function must catch and handle any exception during allocation

2499


How can I Draw an ellipse in 3d space and color it by using graph3d?

2228


write a program that creates a sequenced array of numbers starting with 1 and alternately add 1 and then 2 to create the text number in the series , as shown below. 1,33,4,6,7,9,............147,148,150 Then , using a binary search , searches the array 100 times using randomly generated targets in the range of 1 to 150

3363






write a program that reads a series of strings and prints only those strings begging with letter "b"

2758


Given a table of the form: Product Sold on A 1/1/1980 B 1/1/1980 C 1/1/1980 A 1/1/1980 B 1/1/1980 C 2/1/1980 A 2/1/1980 There are 30 products and 10,000 records of such type. Also the month period during which sales happened is given to u. Write the program to display the result as: Product Month No. of copies A January 12 A February 15 A March 27 B January 54 B February 15 B March 10 C January 37

2326


write a program that can LOCATE and INSERT elements in array using c++ programming languages.

3540


Code for Small C++ Class to Transform Any Static Control into a Hyperlink Control?

2656


Code for Easily Using Hash Table?

2509


1+1/2!+1/3!+...+1/n!

2049


write a program to calculate the amount of investment after a period n years if the principal investors was p and interest is calculated using compound interest,formular=a=p(1+r)^n

2474


write a program to convert temperature from fa height into celcius and vise versa,use modular programming

2547


develop a program to calculate and print body mass index for 200 employees

2307


can you please write a program for deadlock that can detect deadlock and to prevent deadlock.

2838