menu
Qamnty
Login
Register
My account
Edit my Profile
Private messages
My favorites
I need help debugging this code public challenge 1_2b { /* fix all the errors in this code */ public static void main(String[] args) { System.out.print("Baby"); System…
Ask a Question
Questions
Unanswered
Tags
Ask a Question
I need help debugging this code public challenge 1_2b { /* fix all the errors in this code */ public static void main(String[] args) { System.out.print("Baby"); System…
asked
Jul 3, 2022
202k
views
4
votes
I need help debugging this code
public challenge 1_2b
{
/* fix all the errors in this code */
public static void main(String[] args)
{
System.out.print("Baby");
System.out.print("Shark");
System.out.print("Do Doo Do Do Do Doo");
}
}
Computers & Tech
high-school
Tibor
asked
by
Tibor
7.4k
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.
1
Answer
5
votes
2 would be solving this
Brendan Quinn
answered
Jul 7, 2022
by
Brendan Quinn
9.1k
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
Sep 28, 2024
215k
views
I need some serious help with this debugging assignment. , do your stuff. import java.util.*; public class DebugEight3 { public static void main(String[] args) { Scanner input = new Scanner(System.in);
Alcott
asked
Sep 28, 2024
by
Alcott
7.8k
points
Computers & Tech
high-school
1
answer
2
votes
215k
views
asked
Jan 6, 2022
222k
views
Q1: Identify and correct the errors in each of the following pieces of code. [Note: There maybe more than one error in each piece of code. a) int x = 1, total; while (x <= 10) { total += x; ++x; } b) while (x <= 100) total += x; ++x; c) public class Mystery { public static void main(String[] args) { int x = 1; int total = 0; while (x <= 10) { int y = x * x; System.out.println(y); total += y; ++x; }// end of while System.out.printf("Total is %d%n", total); }//end of main }//end of class Mystery2 *********************** Q2 What does the following program print? public class Mystery3 { public static void main(String[] args) { int row = 10; while (row >= 1) { int column = 1; while (column
Kokoko
asked
Jan 6, 2022
by
Kokoko
8.0k
points
Computers & Tech
college
1
answer
18
votes
222k
views
asked
Jun 16, 2022
51.2k
views
How do i fix this to make it run ??? class Main { public static void main(String[] args) { // Length and sides. Cube shape1 = new Cube(5, 6); HalfSquare shape3 = new HalfSquare(4, 20, 4, 5); // Cluster
Aliquis
asked
Jun 16, 2022
by
Aliquis
7.8k
points
Computers & Tech
high-school
1
answer
2
votes
51.2k
views
Ask a Question
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.
Categories
All categories
Mathematics
(3.7m)
History
(955k)
English
(903k)
Biology
(716k)
Chemistry
(440k)
Physics
(405k)
Social Studies
(564k)
Advanced Placement
(27.5k)
SAT
(19.1k)
Geography
(146k)
Health
(283k)
Arts
(107k)
Business
(468k)
Computers & Tech
(195k)
French
(33.9k)
German
(4.9k)
Spanish
(174k)
Medicine
(125k)
Law
(53.4k)
Engineering
(74.2k)
Other Questions
“What does it mean when we “rework” copyrighted material?”
The book shows how to add and subtract binary and decimal numbers. However, other numbering systems are also very popular when dealing with computers. The octal (base 8) numbering system is one of these.
Seven basic internal components found in a computer tower
Twitter
WhatsApp
Facebook
Reddit
LinkedIn
Email
Link Copied!
Copy
Search Qamnty