Monday, January 16, 2012

Can we store a number in a variable that has more than 50 numerals in c++?

I need to write a program that fills a 2-dimensional array, 100x3, with a) the integers 1 through 100, b) each number squared, and c) the square-root of each number. Next, print out all the data in this format using nested loops:

0 comments:

Post a Comment