Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » help me to solve
help me to solve [message #769360] Wed, 21 December 2011 22:15 Go to next message
Mauzil Missing name is currently offline Mauzil Missing nameFriend
Messages: 2
Registered: December 2011
Junior Member
Hello, help me to solve

Get [ aij ], i = 1, ..., 10; j = 1, ..., 12 - an integer matrix for which aij = i + 2j.

See the document.
  • Attachment: 111.doc
    (Size: 34.00KB, Downloaded 219 times)

[Updated on: Wed, 21 December 2011 22:16]

Report message to a moderator

Re: help me to solve [message #769459 is a reply to message #769360] Thu, 22 December 2011 04:33 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 12/21/2011 04:15 PM, Mauzil wrote:
> Hello, help me to solve two problems in javascript
>
> Get [ aij ], i = 1, ..., 10; j = 1, ..., 12 - an integer matrix for which aij = i + 2j.
>
> See the document.
This forum is for questions about the Java Development Tools provided by
Eclipse. It isn't a forum for general programming questions. You need
to find a Javascript programming forum to ask you question.
Re: help me to solve [message #770884 is a reply to message #769360] Sun, 25 December 2011 17:30 Go to previous messageGo to next message
Mauzil Missing name is currently offline Mauzil Missing nameFriend
Messages: 2
Registered: December 2011
Junior Member
No Message Body
Re: help me to solve [message #816657 is a reply to message #770884] Fri, 09 March 2012 05:23 Go to previous messageGo to next message
kintelk Missing name is currently offline kintelk Missing nameFriend
Messages: 2
Registered: December 2011
Location: Seoul, Republic of Korea
Junior Member
are you serious ? Use "for{for{}}"
Re: help me to solve [message #816718 is a reply to message #816657] Fri, 09 March 2012 07:22 Go to previous messageGo to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
for(int i=1; i<11; ++i){
    for(int j=1; j<13; ++j){
        if(a[i][j] == (i + 2j)) {
        }
    }
}
Re: help me to solve [message #816759 is a reply to message #816718] Fri, 09 March 2012 08:21 Go to previous messageGo to next message
Albert Hofkamp is currently offline Albert HofkampFriend
Messages: 41
Registered: August 2009
Member
thank you so much for solving my homework
Re: help me to solve [message #817066 is a reply to message #816759] Fri, 09 March 2012 15:43 Go to previous messageGo to next message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
Your homework is our pleasure! (hope you get a high mark Wink)
Re: help me to solve [message #817479 is a reply to message #817066] Sat, 10 March 2012 05:31 Go to previous messageGo to next message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
On 03/09/2012 09:43 AM, Harutyun Arzumanian wrote:
> Your homework is our pleasure! (hope you get a high mark ;))
Actually, these forums are not to provide homework answers. That is
what T/As and Instructors are for. These forums are for answering
questions about using the Eclipse tools. This specific forum is for
questions about the Eclipse Java Development Tools.
Re: help me to solve [message #817695 is a reply to message #817479] Sat, 10 March 2012 13:46 Go to previous message
Harutyun Arzumanian is currently offline Harutyun ArzumanianFriend
Messages: 35
Registered: February 2012
Member
Embarrassed yes you are 100% right, but David come on now, he's just a school kid, let him have whatever he wants just for fun Wink Razz
Previous Topic:Cannot install Google Window Builder Pro
Next Topic:issue with console
Goto Forum:
  


Current Time: Thu Apr 25 10:58:57 GMT 2024

Powered by FUDForum. Page generated in 0.03736 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top