help!!!

i need help i just started attending my class in C++ programming yesterday and we had an assignment can someone help me with the tasks???

1.Make a program that would accept an input # and will display its multiplication table
Example: Input no.5(the table is 5 by 5)

2.Design a program to compute the sum of one half + one third+ ... +1/n where the n is specified by the user.

can someone post code for this output or give me some links to where i can find an answer or instruction in making the outputs???

Thanks a Lot!!! ^_^
A reasonably good tutorial that should cover the basics:
http://www.cplusplus.com/doc/tutorial/

Your going to probably use cout to tell the user what to input, and explain what's going on. Then use cin to read whatever they typed. You'll need a 'for' loop to repeatedly do the calculations.

If you just started yesterday, I'm sure you'll need help, but have a look at what I posted, particularly up to and including control structures. Then post whatever code you've made and I'll see if I can help
ok thanks...i look onto this site...
Topic archived. No new replies allowed.