menu
QAmmunity.org
Login
Register
My account
Edit my Profile
Private messages
My favorites
Register
Ask a Question
Questions
Unanswered
Tags
Categories
Ask a Question
Write a java code to print Multiplication Table Till 20 HINTS: public static void main(String[ ] args) { int multiplicationTable[ ][ ]=new int [21][11];
asked
May 2, 2023
144k
views
23
votes
Write a java code to print Multiplication Table Till 20
HINTS:
public static void main(String[ ] args) {
int multiplicationTable[ ][ ]=new int [21][11];
Computers and Technology
college
Iamruskie
asked
by
Iamruskie
8.6k
points
answer
comment
share this
share
0 Comments
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
2
Answers
13
votes
20
- hope helps!
Biology, history and science
Madurika Welivita
answered
May 3, 2023
by
Madurika Welivita
8.5k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
3
votes
Step-by-step explanation:
Do not disturb me everyone
FearlessFuture
answered
May 7, 2023
by
FearlessFuture
8.2k
points
ask related question
comment
share this
0 Comments
Please
log in
or
register
to add a comment.
← Prev Question
Next Question →
Related questions
asked
Jan 17, 2020
176k
views
Java public class Odds { public static void main(String[] args) { printOdds(3); printOdds(17/2); int x = 25; printOdds(37 – x +1); } public static void printOdds(int n) { for (int i = 1; i <= n; i++) { int odd = 2*i -1; System.out.print(odd + " "); } System.out.println(); } } Write the output.
TravellingGeek
asked
Jan 17, 2020
by
TravellingGeek
7.9k
points
Computers and Technology
high-school
1
answer
4
votes
176k
views
asked
Jun 9, 2024
9.3k
views
MAKE THE CHANGES import java.lang.Math; class Main { public static void main(String[] args) { int max = 9; int min = 0; int loops = 3; int coin1 = 0; int coin2 = 0; for (int i =0;i = coin2)){ System.out.
Wwl
asked
Jun 9, 2024
by
Wwl
8.7k
points
Computers and Technology
high-school
1
answer
4
votes
9.3k
views
asked
Apr 6, 2024
117k
views
Consider the following Java program : public class Compute { public static void main (string args [ ]) { int result, x ; x = 1 ; result = 0; while (x < = 10) { if (x%2 = = 0) result + = x ; + + x ; } System.out.println(result) ; } } Which of the following will be the output of the above program? (a) 55 (b) 30 (c) 25 (d) 35 (e) 45.
Yamilette
asked
Apr 6, 2024
by
Yamilette
8.8k
points
Computers and Technology
high-school
1
answer
1
vote
117k
views
Ask a Question
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.
9.5m
questions
12.2m
answers
Other Questions
describe an advance in technology that makes life more enjoyable. what discoveries contribute to this technology?
Disadvantages of using animation in advertising? advantages and disadvantages of using animation for education? advantages and disadvantages of using animation in entertainment?
Explain why binary codes are used to represent characters, numbers and symbols :)
What is an example of a dedicated computer system?
This is science they just dont have the subject buy anyways describe interactions you have with the environment that you depend on to meet your basic needs hope u can help
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search QAmmunity.org