Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » help me to solve
help me to solve [message #769360] Wed, 21 December 2011 17:15 Go to next message
Eclipse UserFriend
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 247 times)

[Updated on: Wed, 21 December 2011 17:16] by Moderator

Re: help me to solve [message #769459 is a reply to message #769360] Wed, 21 December 2011 23:33 Go to previous messageGo to next message
Eclipse UserFriend
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 12:30 Go to previous messageGo to next message
Eclipse UserFriend
No Message Body
Re: help me to solve [message #816657 is a reply to message #770884] Fri, 09 March 2012 00:23 Go to previous messageGo to next message
Eclipse UserFriend
are you serious ? Use "for{for{}}"
Re: help me to solve [message #816718 is a reply to message #816657] Fri, 09 March 2012 02:22 Go to previous messageGo to next message
Eclipse UserFriend
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 03:21 Go to previous messageGo to next message
Eclipse UserFriend
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 10:43 Go to previous messageGo to next message
Eclipse UserFriend
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 00:31 Go to previous messageGo to next message
Eclipse UserFriend
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 08:46 Go to previous message
Eclipse UserFriend
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: Sun May 18 00:55:35 EDT 2025

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

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

Back to the top