File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Java in General and the fly likes Multiplication table using a nested loop Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Java in General
Reply locked New topic
Author

Multiplication table using a nested loop

Krunk Junk
Greenhorn

Joined: Feb 10, 2012
Posts: 2
Ok, so here is what I have so far.. I'm trying to get the multiples of user input all the way up to 10. So it will be
1X1=1 1X2=2 1X5=5
2X1=1 2X2=4
and so on.

I have it going horizontally and with some multiples, but I don't know what else to do and need someone's help. I just started java programming so your help is appreciated.


Chetan Sarnad
Greenhorn

Joined: Nov 26, 2011
Posts: 20
http://www.coderanch.com/t/567093/java/java/Nested-loop
Mohamed Sanaulla
Bartender

Joined: Sep 08, 2007
Posts: 2694

Chetan Sarnad wrote:http://www.coderanch.com/t/567093/java/java/Nested-loop


Thanks Chetan for pointing it out. I am lockin this thread, lets continue the discussion here

Mohamed Sanaulla | My Blog
 
 
subject: Multiplication table using a nested loop
 
Threads others viewed
Study Material for Scanner and Fromatter
diamond pattern without parse.int (Someone help me T.T) :cry:
Help me out with the simple calculator code Please!!!!
Help
Displaying output for the given format
IntelliJ Java IDE